#08051F

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

Shades of Black Russian #08051F

Tints of Black Russian #08051F

Color information

#08051F (or 0x08051F) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 1F. RGB value is (8,5,31). Sum of RGB (Red+Green+Blue) = 8+5+31=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #08051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08051F is #F7FAE0. Grayscale: #080808. Windows color (decimal): -16251617 or 2032904. OLE color: 2032904.

HSL color Cylindrical-coordinate representation of color #08051F: hue angle of 246.92º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08051F is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8531-
CMYK0.740.8400.88
HSL246.92º72.22%7.06%-
HSV(B)246.92º83.87%12.16%-
XYZ0.40.261.33-
YUV8.86140.49127.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 31 (12.5% from 255) = 70.45%
R=18.18%
G=11.36%
B=70.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal85310.740.8400.88246.9272.227.06
Hex851F4A54058f7487
Octal1053711212401303671107
Binary1000101111111001010101010001011000111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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