#080E1D

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

Shades of Black Russian #080E1D

Tints of Black Russian #080E1D

Color information

#080E1D (or 0x080E1D) is unknown color: approx Black Russian. HEX triplet: 08, 0E and 1D. RGB value is (8,14,29). Sum of RGB (Red+Green+Blue) = 8+14+29=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #080E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E1D is #F7F1E2. Grayscale: #0D0D0D. Windows color (decimal): -16249315 or 1904136. OLE color: 1904136.

HSL color Cylindrical-coordinate representation of color #080E1D: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #080E1D is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB81429-
CMYK0.720.5200.89
HSL222.86º56.76%7.25%-
HSV(B)222.86º72.41%11.37%-
XYZ0.480.451.22-
YUV13.92136.51123.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=15.69%
G=27.45%
B=56.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal814290.720.5200.89222.8656.767.25
Hex8E1D4834059df397
Octal101635110640131337717
Binary100011101110110010001101000101100111011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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