#020814

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

Shades of Black Russian #020814

Tints of Black Russian #020814

Color information

#020814 (or 0x020814) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 14. RGB value is (2,8,20). Sum of RGB (Red+Green+Blue) = 2+8+20=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #020814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020814 is #FDF7EB. Grayscale: #070707. Windows color (decimal): -16644076 or 1312770. OLE color: 1312770.

HSL color Cylindrical-coordinate representation of color #020814: hue angle of 220º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020814 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2820-
CMYK0.900.6000.92
HSL220º81.82%4.31%-
HSV(B)220º90%7.84%-
XYZ0.240.240.7-
YUV7.57135.01124.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 20 (8.20% from 255) = 66.67%
R=6.67%
G=26.67%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal28200.900.6000.9222081.824.31
Hex28145A3C05Cdc524
Octal210241327401343341224
Binary10100010100101101011110001011100110111001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020814; }

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

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

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

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

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

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

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

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