#080011

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

Shades of Blackcurrant #080011

Tints of Blackcurrant #080011

Color information

#080011 (or 0x080011) is unknown color: approx Blackcurrant. HEX triplet: 08, 00 and 11. RGB value is (8,0,17). Sum of RGB (Red+Green+Blue) = 8+0+17=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #080011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080011 is #F7FFEE. Grayscale: #040404. Windows color (decimal): -16252911 or 1114120. OLE color: 1114120.

HSL color Cylindrical-coordinate representation of color #080011: hue angle of 268.24º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080011 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB8017-
CMYK0.53100.93
HSL268.24º100%3.33%-
HSV(B)268.24º100%6.67%-
XYZ0.20.090.54-
YUV4.33135.15130.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 68%
R=32%
G=0%
B=68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal80170.53100.93268.241003.33
Hex8011356405D10c643
Octal100216514401354141443
Binary1000010001110101110010001011101100001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080011; }

 p { color: rgb(8,0,17); }

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

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

 a { background-color: rgb(8,0,17); }

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

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

 span { border-color: rgb(8,0,17); }

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