Html Css Color HEX #080E1C Black Russian

📋 copy color: '#080E1C'

red 8 ◦ green 14 ◦ blue 28

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

Shades of Black Russian #080E1C

Tints of Black Russian #080E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28%

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

R = 16%
G = 28%
B = 56%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#080E1C (or 0x080E1C) is known color: Black Russian. HEX triplet: 08, 0E and 1C. RGB value is (8,14,28). Sum of RGB (Red+Green+Blue) = 8+14+28=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #080E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1C is #F7F1E3. Grayscale: #0D0D0D. Windows color (decimal): -16249316 or 1838600. OLE color: 1838600.

HSL color Cylindrical-coordinate representation of color #080E1C: hue angle of 222º 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 #080E1C is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 8 14 28 -
CMYK 0.71 0.50 0 0.89
HSL 222º 0.56% 0.07% -
HSV(B) 222º 0.71% 0.11% -
XYZ 0.47 0.45 1.16 -
YUV 13.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 8 14 28 0.71 0.50 0 0.89 222 0.56 0.07
Hex 8 E 1C 47 32 0 59 DE 38 7
Octal 10 16 34 107 62 0 131 336 70 7
Binary 1000 1110 11100 1000111 110010 0 1011001 11011110 111000 111

Color Harmonies of #080E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E1C

Black with #080E1C

Text Example


Text Example

White with #080E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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