Html Css Color HEX #08090C Black Russian

📋 copy color: '#08090C'

red 8 ◦ green 9 ◦ blue 12

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

Shades of Black Russian #08090C

Tints of Black Russian #08090C

RGB

 RED value IS 8 (3.52% from 255) = 27.59%

 GREEN value IS 9 (3.91% from 255) = 31.03%

 BLUE value IS 12 (5.08% from 255) = 41.38%

R = 27.59%
G = 31.03%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#08090C (or 0x08090C) is known color: Black Russian. HEX triplet: 08, 09 and 0C. RGB value is (8,9,12). Sum of RGB (Red+Green+Blue) = 8+9+12=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #08090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08090C is #F7F6F3. Grayscale: #090909. Windows color (decimal): -16250612 or 788744. OLE color: 788744.

HSL color Cylindrical-coordinate representation of color #08090C: hue angle of 225º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #08090C is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 9 12 -
CMYK 0.33 0.25 0 0.95
HSL 225º 0.2% 0.04% -
HSV(B) 225º 0.33% 0.05% -
XYZ 0.26 0.27 0.39 -
YUV 9.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 8 9 12 0.33 0.25 0 0.95 225 0.2 0.04
Hex 8 9 C 21 19 0 5F E1 14 4
Octal 10 11 14 41 31 0 137 341 24 4
Binary 1000 1001 1100 100001 11001 0 1011111 11100001 10100 100

Color Harmonies of #08090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08090C

Black with #08090C

Text Example


Text Example

White with #08090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08090C; }

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

 H1.HeaderClassName
 {
   color: #08090C;
 }
 .AnyTagClassName
 {
   color: #08090C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #08090C;
 }
 .BgClassName
 {
   background-color: #08090C;
 }
</style>

border-color css

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

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

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