#08011E

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

Shades of Black Russian #08011E

Tints of Black Russian #08011E

Color information

#08011E (or 0x08011E) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 1E. RGB value is (8,1,30). Sum of RGB (Red+Green+Blue) = 8+1+30=39 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20.51% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #08011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08011E is #F7FEE1. Grayscale: #060606. Windows color (decimal): -16252642 or 1966344. OLE color: 1966344.

HSL color Cylindrical-coordinate representation of color #08011E: hue angle of 254.48º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08011E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB8130-
CMYK0.730.9700.88
HSL254.48º93.55%6.08%-
HSV(B)254.48º96.67%11.76%-
XYZ0.350.171.24-
YUV6.4141.32129.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20.51%
GREEN value IS 1 (0.78% from 255) = 2.56%
BLUE value IS 30 (12.11% from 255) = 76.92%
R=20.51%
G=2.56%
B=76.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal81300.730.9700.88254.4893.556.08
Hex811E4961058fe5e6
Octal1013611114101303761366
Binary10001111101001001110000101011000111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08011E; }

 p { color: rgb(8,1,30); }

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

<style>
 a { background-color: #08011E; }

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

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

<style>
 span { border-color: #08011E; }

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

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