#08021E

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

Shades of Black Russian #08021E

Tints of Black Russian #08021E

Color information

#08021E (or 0x08021E) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 1E. RGB value is (8,2,30). Sum of RGB (Red+Green+Blue) = 8+2+30=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #08021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021E is #F7FDE1. Grayscale: #060606. Windows color (decimal): -16252386 or 1966600. OLE color: 1966600.

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

Color convert

RGB8230-
CMYK0.730.9300.88
HSL252.86º87.5%6.27%-
HSV(B)252.86º93.33%11.76%-
XYZ0.360.191.25-
YUV6.99140.99128.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 30 (12.11% from 255) = 75%
R=20%
G=5%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal82300.730.9300.88252.8687.56.27
Hex821E495D058fd586
Octal1023611113501303751306
Binary100010111101001001101110101011000111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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