#080E1B

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

Shades of Black Russian #080E1B

Tints of Black Russian #080E1B

Color information

#080E1B (or 0x080E1B) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 1B. RGB value is (8,14,27). Sum of RGB (Red+Green+Blue) = 8+14+27=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #080E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1B is #F7F1E4. Grayscale: #0D0D0D. Windows color (decimal): -16249317 or 1773064. OLE color: 1773064.

HSL color Cylindrical-coordinate representation of color #080E1B: hue angle of 221.05º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080E1B is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB81427-
CMYK0.700.4800.89
HSL221.05º54.29%6.86%-
HSV(B)221.05º70.37%10.59%-
XYZ0.460.441.1-
YUV13.69135.51123.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 55.10%
R=16.33%
G=28.57%
B=55.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal814270.700.4800.89221.0554.296.86
Hex8E1B4630059dd367
Octal101633106600131335667
Binary100011101101110001101100000101100111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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