#080E2C

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

Shades of Black Russian #080E2C

Tints of Black Russian #080E2C

Color information

#080E2C (or 0x080E2C) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 2C. RGB value is (8,14,44). Sum of RGB (Red+Green+Blue) = 8+14+44=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #080E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E2C is #F7F1D3. Grayscale: #0F0F0F. Windows color (decimal): -16249300 or 2887176. OLE color: 2887176.

HSL color Cylindrical-coordinate representation of color #080E2C: hue angle of 230º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080E2C is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB81444-
CMYK0.820.6800.83
HSL230º69.23%10.2%-
HSV(B)230º81.82%17.25%-
XYZ0.710.552.45-
YUV15.63144.01122.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.12%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 44 (17.58% from 255) = 66.67%
R=12.12%
G=21.21%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal814440.820.6800.8323069.2310.2
Hex8E2C5244053e645a
Octal101654122104012334610512
Binary1000111010110010100101000100010100111110011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #080E2C;
 }
 .AnyTagClassName
 {
   color: #080E2C;
 }
</style>
background-color css

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

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

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

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

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

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