#08081D

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

Shades of Black Russian #08081D

Tints of Black Russian #08081D

Color information

#08081D (or 0x08081D) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 1D. RGB value is (8,8,29). Sum of RGB (Red+Green+Blue) = 8+8+29=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #08081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08081D is #F7F7E2. Grayscale: #0A0A0A. Windows color (decimal): -16250851 or 1902600. OLE color: 1902600.

HSL color Cylindrical-coordinate representation of color #08081D: hue angle of 240º 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 #08081D is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8829-
CMYK0.720.7200.89
HSL240º56.76%7.25%-
HSV(B)240º72.41%11.37%-
XYZ0.410.311.2-
YUV10.39138.5126.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 29 (11.72% from 255) = 64.44%
R=17.78%
G=17.78%
B=64.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal88290.720.7200.8924056.767.25
Hex881D4848059f0397
Octal1010351101100131360717
Binary1000100011101100100010010000101100111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08081D; }

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

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

<style>
 a { background-color: #08081D; }

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

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

<style>
 span { border-color: #08081D; }

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

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