#08041B

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

Shades of Black Russian #08041B

Tints of Black Russian #08041B

Color information

#08041B (or 0x08041B) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 1B. RGB value is (8,4,27). Sum of RGB (Red+Green+Blue) = 8+4+27=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #08041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08041B is #F7FBE4. Grayscale: #070707. Windows color (decimal): -16251877 or 1770504. OLE color: 1770504.

HSL color Cylindrical-coordinate representation of color #08041B: hue angle of 250.43º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08041B is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB8427-
CMYK0.700.8500.89
HSL250.43º74.19%6.08%-
HSV(B)250.43º85.19%10.59%-
XYZ0.340.221.06-
YUV7.82138.83128.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 27 (10.94% from 255) = 69.23%
R=20.51%
G=10.26%
B=69.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal84270.700.8500.89250.4374.196.08
Hex841B4655059fa4a6
Octal1043310612501313721126
Binary1000100110111000110101010101011001111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08041B; }

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

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

<style>
 a { background-color: #08041B; }

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

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

<style>
 span { border-color: #08041B; }

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

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