#280533

Color #280533 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #280533

Tints of Blackcurrant #280533

Color information

#280533 (or 0x280533) is unknown color: approx Blackcurrant. HEX triplet: 28, 05 and 33. RGB value is (40,5,51). Sum of RGB (Red+Green+Blue) = 40+5+51=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #280533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280533 is #D7FACC. Grayscale: #141414. Windows color (decimal): -14154445 or 3343656. OLE color: 3343656.

HSL color Cylindrical-coordinate representation of color #280533: hue angle of 285.65º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280533 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB40551-
CMYK0.220.9000.8
HSL285.65º82.14%10.98%-
HSV(B)285.65º90.2%20%-
XYZ1.530.83.21-
YUV20.71145.1141.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 51 (20.31% from 255) = 53.12%
R=41.67%
G=5.21%
B=53.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal405510.220.9000.8285.6582.1410.98
Hex28533165A05011e52b
Octal5056326132012043612213
Binary1010001011100111011010110100101000010001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280533; }

 p { color: rgb(40,5,51); }

 H1.HeaderClassName
 {
   color: #280533;
 }
 .AnyTagClassName
 {
   color: #280533;
 }
</style>
background-color css

<style>
 a { background-color: #280533; }

 a { background-color: rgb(40,5,51); }

 div.DivClassName
 {
   background-color: #280533;
 }
 .BgClassName
 {
   background-color: #280533;
 }
</style>
border-color css

<style>
 span { border-color: #280533; }

 span { border-color: rgb(40,5,51); }

 td.TdClassName
 {
   border-color: #280533;
 }
 .TagClassName
 {
   border-color: #280533;
 }
</style>