Html Css Color HEX #080918 Black Russian

📋 copy color: '#080918'

red 8 ◦ green 9 ◦ blue 24

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

Shades of Black Russian #080918

Tints of Black Russian #080918

RGB

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

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

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

R = 19.51%
G = 21.95%
B = 58.54%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080918 (or 0x080918) is known color: Black Russian. HEX triplet: 08, 09 and 18. RGB value is (8,9,24). Sum of RGB (Red+Green+Blue) = 8+9+24=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #080918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080918 is #F7F6E7. Grayscale: #0A0A0A. Windows color (decimal): -16250600 or 1575176. OLE color: 1575176.

HSL color Cylindrical-coordinate representation of color #080918: hue angle of 236.25º 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 #080918 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 9 24 -
CMYK 0.67 0.63 0 0.91
HSL 236.25º 0.5% 0.06% -
HSV(B) 236.25º 0.67% 0.09% -
XYZ 0.36 0.31 0.91 -
YUV 10.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 8 9 24 0.67 0.63 0 0.91 236.25 0.5 0.06
Hex 8 9 18 43 3F 0 5B EC 32 6
Octal 10 11 30 103 77 0 133 354 62 6
Binary 1000 1001 11000 1000011 111111 0 1011011 11101100 110010 110

Color Harmonies of #080918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080918

Black with #080918

Text Example


Text Example

White with #080918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080918; }

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

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

background-color css

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

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

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

border-color css

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

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

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