#080D1E

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

Shades of Black Russian #080D1E

Tints of Black Russian #080D1E

Color information

#080D1E (or 0x080D1E) is unknown color: approx Black Russian. HEX triplet: 08, 0D and 1E. RGB value is (8,13,30). Sum of RGB (Red+Green+Blue) = 8+13+30=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #080D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1E is #F7F2E1. Grayscale: #0D0D0D. Windows color (decimal): -16249570 or 1969416. OLE color: 1969416.

HSL color Cylindrical-coordinate representation of color #080D1E: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080D1E is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB81330-
CMYK0.730.5700.88
HSL226.36º57.89%7.45%-
HSV(B)226.36º73.33%11.76%-
XYZ0.480.431.29-
YUV13.44137.34124.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.69%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=15.69%
G=25.49%
B=58.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal813300.730.5700.88226.3657.897.45
Hex8D1E4939058e23a7
Octal101536111710130342727
Binary100011011111010010011110010101100011100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,13,30); }

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

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

 a { background-color: rgb(8,13,30); }

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

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

 span { border-color: rgb(8,13,30); }

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