#08001F

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

Shades of Black Russian #08001F

Tints of Black Russian #08001F

Color information

#08001F (or 0x08001F) is unknown color: approx Black Russian. HEX triplet: 08, 00 and 1F. RGB value is (8,0,31). Sum of RGB (Red+Green+Blue) = 8+0+31=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #08001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08001F is #F7FFE0. Grayscale: #050505. Windows color (decimal): -16252897 or 2031624. OLE color: 2031624.

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

Color convert

RGB8031-
CMYK0.74100.88
HSL255.48º100%6.08%-
HSV(B)255.48º100%12.16%-
XYZ0.350.151.31-
YUV5.93142.15129.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=20.51%
G=0%
B=79.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal80310.74100.88255.481006.08
Hex801F4A64058ff646
Octal1003711214401303771446
Binary10000111111001010110010001011000111111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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