Html Css Color HEX #08081C Black Russian

📋 copy color: '#08081C'

red 8 ◦ green 8 ◦ blue 28

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

Shades of Black Russian #08081C

Tints of Black Russian #08081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 63.64%

R = 18.18%
G = 18.18%
B = 63.64%

CMYK

 C value IS 0.71

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#08081C (or 0x08081C) is known color: Black Russian. HEX triplet: 08, 08 and 1C. RGB value is (8,8,28). Sum of RGB (Red+Green+Blue) = 8+8+28=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #08081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08081C is #F7F7E3. Grayscale: #0A0A0A. Windows color (decimal): -16250852 or 1837064. OLE color: 1837064.

HSL color Cylindrical-coordinate representation of color #08081C: hue angle of 240º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #08081C is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 8 28 -
CMYK 0.71 0.71 0 0.89
HSL 240º 0.56% 0.07% -
HSV(B) 240º 0.71% 0.11% -
XYZ 0.4 0.31 1.14 -
YUV 10.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 8 8 28 0.71 0.71 0 0.89 240 0.56 0.07
Hex 8 8 1C 47 47 0 59 F0 38 7
Octal 10 10 34 107 107 0 131 360 70 7
Binary 1000 1000 11100 1000111 1000111 0 1011001 11110000 111000 111

Color Harmonies of #08081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08081C

Black with #08081C

Text Example


Text Example

White with #08081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,8,28); }

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

background-color css

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

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

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

border-color css

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

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

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