#08051B

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

Shades of Black Russian #08051B

Tints of Black Russian #08051B

Color information

#08051B (or 0x08051B) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 1B. RGB value is (8,5,27). Sum of RGB (Red+Green+Blue) = 8+5+27=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #08051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051B is #F7FAE4. Grayscale: #080808. Windows color (decimal): -16251621 or 1770760. OLE color: 1770760.

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

Color convert

RGB8527-
CMYK0.700.8100.89
HSL248.18º68.75%6.27%-
HSV(B)248.18º81.48%10.59%-
XYZ0.350.241.06-
YUV8.41138.49127.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 27 (10.94% from 255) = 67.5%
R=20%
G=12.5%
B=67.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal85270.700.8100.89248.1868.756.27
Hex851B4651059f8456
Octal1053310612101313701056
Binary1000101110111000110101000101011001111110001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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