#080E1C

Color #080E1C Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #080E1C

Tints of Black Russian #080E1C

Color information

#080E1C (or 0x080E1C) is unknown color: approx 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

RGB81428-
CMYK0.710.5000.89
HSL222º55.56%7.06%-
HSV(B)222º71.43%10.98%-
XYZ0.470.451.16-
YUV13.8136.01123.86-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal814280.710.5000.8922255.567.06
Hex8E1C4732059de387
Octal101634107620131336707
Binary100011101110010001111100100101100111011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>