#080009

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

Shades of Blackcurrant #080009

Tints of Blackcurrant #080009

Color information

#080009 (or 0x080009) is unknown color: approx Blackcurrant. HEX triplet: 08, 00 and 09. RGB value is (8,0,9). Sum of RGB (Red+Green+Blue) = 8+0+9=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 0 (0.39% from 255 or 0% from 17); Blue value is 9 (3.91% from 255 or 52.94% from 17); Max value from RGB is 9 - color contains mainly: blue. Hex color #080009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080009 is #F7FFF6. Grayscale: #030303. Windows color (decimal): -16252919 or 589832. OLE color: 589832.

HSL color Cylindrical-coordinate representation of color #080009: hue angle of 293.33º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080009 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB809-
CMYK0.11100.96
HSL293.33º100%1.76%-
HSV(B)293.33º100%3.53%-
XYZ0.150.070.26-
YUV3.42131.15131.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 47.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 52.94%
R=47.06%
G=0%
B=52.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8090.11100.96293.331001.76
Hex809B64060125642
Octal100111314401404451442
Binary1000010011011110010001100000100100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080009; }

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

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

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

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

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

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

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

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