#08021A

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

Shades of Black Russian #08021A

Tints of Black Russian #08021A

Color information

#08021A (or 0x08021A) is unknown color: approx Black Russian. HEX triplet: 08, 02 and 1A. RGB value is (8,2,26). Sum of RGB (Red+Green+Blue) = 8+2+26=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #08021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08021A is #F7FDE5. Grayscale: #060606. Windows color (decimal): -16252390 or 1704456. OLE color: 1704456.

HSL color Cylindrical-coordinate representation of color #08021A: hue angle of 255º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08021A is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB8226-
CMYK0.690.9200.90
HSL255º85.71%5.49%-
HSV(B)255º92.31%10.2%-
XYZ0.310.170.99-
YUV6.53138.99129.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 26 (10.55% from 255) = 72.22%
R=22.22%
G=5.56%
B=72.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal82260.690.9200.9025585.715.49
Hex821A455C05Aff565
Octal1023210513401323771265
Binary100010110101000101101110001011010111111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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