#020214

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

Shades of Black Russian #020214

Tints of Black Russian #020214

Color information

#020214 (or 0x020214) is unknown color: approx Black Russian. HEX triplet: 02, 02 and 14. RGB value is (2,2,20). Sum of RGB (Red+Green+Blue) = 2+2+20=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 20 (8.20% from 255 or 83.33% from 24); Max value from RGB is 20 - color contains mainly: blue. Hex color #020214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020214 is #FDFDEB. Grayscale: #030303. Windows color (decimal): -16645612 or 1311234. OLE color: 1311234.

HSL color Cylindrical-coordinate representation of color #020214: hue angle of 240º 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 #020214 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB2220-
CMYK0.900.9000.92
HSL240º81.82%4.31%-
HSV(B)240º90%7.84%-
XYZ0.170.110.67-
YUV4.05137126.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.33%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 20 (8.20% from 255) = 83.33%
R=8.33%
G=8.33%
B=83.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22200.900.9000.9224081.824.31
Hex22145A5A05Cf0524
Octal222413213201343601224
Binary1010101001011010101101001011100111100001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020214; }

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

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

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

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

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

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

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

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