Html Css Color HEX #020214 Black Russian

📋 copy color: '#020214'

red 2 ◦ green 2 ◦ blue 20

#020214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #020214

Tints of Black Russian #020214

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.2% from 255) = 83.33%

R = 8.33%
G = 8.33%
B = 83.33%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020214 (or 0x020214) is known color: 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

RGB 2 2 20 -
CMYK 0.90 0.90 0 0.92
HSL 240º 0.82% 0.04% -
HSV(B) 240º 0.9% 0.08% -
XYZ 0.17 0.11 0.67 -
YUV 4.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 2 2 20 0.90 0.90 0 0.92 240 0.82 0.04
Hex 2 2 14 5A 5A 0 5C F0 52 4
Octal 2 2 24 132 132 0 134 360 122 4
Binary 10 10 10100 1011010 1011010 0 1011100 11110000 1010010 100

Color Harmonies of #020214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020214

Black with #020214

Text Example


Text Example

White with #020214

Text Example


Text Example

HTML Codes & Css Web 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>