Html Css Color HEX #080009 Blackcurrant

📋 copy color: '#080009'

red 8 ◦ green 0 ◦ blue 9

#080009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #080009

Tints of Blackcurrant #080009

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 value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#080009 (or 0x080009) is known color: 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

RGB 8 0 9 -
CMYK 0.11 1 0 0.96
HSL 293.33º 1% 0.02% -
HSV(B) 293.33º 1% 0.04% -
XYZ 0.15 0.07 0.26 -
YUV 3.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 8 0 9 0.11 1 0 0.96 293.33 1 0.02
Hex 8 0 9 B 64 0 60 125 64 2
Octal 10 0 11 13 144 0 140 445 144 2
Binary 1000 0 1001 1011 1100100 0 1100000 100100101 1100100 10

Color Harmonies of #080009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080009

Black with #080009

Text Example


Text Example

White with #080009

Text Example


Text Example

HTML Codes & Css Web 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>