Html Css Color HEX #080C18 Black Russian

📋 copy color: '#080C18'

red 8 ◦ green 12 ◦ blue 24

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

Shades of Black Russian #080C18

Tints of Black Russian #080C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.27%

 BLUE value IS 24 (9.77% from 255) = 54.55%

R = 18.18%
G = 27.27%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080C18 (or 0x080C18) is known color: Black Russian. HEX triplet: 08, 0C and 18. RGB value is (8,12,24). Sum of RGB (Red+Green+Blue) = 8+12+24=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #080C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C18 is #F7F3E7. Grayscale: #0C0C0C. Windows color (decimal): -16249832 or 1575944. OLE color: 1575944.

HSL color Cylindrical-coordinate representation of color #080C18: hue angle of 225º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080C18 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 12 24 -
CMYK 0.67 0.50 0 0.91
HSL 225º 0.5% 0.06% -
HSV(B) 225º 0.67% 0.09% -
XYZ 0.4 0.38 0.92 -
YUV 12.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 8 12 24 0.67 0.50 0 0.91 225 0.5 0.06
Hex 8 C 18 43 32 0 5B E1 32 6
Octal 10 14 30 103 62 0 133 341 62 6
Binary 1000 1100 11000 1000011 110010 0 1011011 11100001 110010 110

Color Harmonies of #080C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C18

Black with #080C18

Text Example


Text Example

White with #080C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C18; }

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

 H1.HeaderClassName
 {
   color: #080C18;
 }
 .AnyTagClassName
 {
   color: #080C18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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