Html Css Color HEX #020211 Black Russian

📋 copy color: '#020211'

red 2 ◦ green 2 ◦ blue 17

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

Shades of Black Russian #020211

Tints of Black Russian #020211

RGB

 RED value IS 2 (1.17% from 255) = 9.52%

 GREEN value IS 2 (1.17% from 255) = 9.52%

 BLUE value IS 17 (7.03% from 255) = 80.95%

R = 9.52%
G = 9.52%
B = 80.95%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020211 (or 0x020211) is known color: Black Russian. HEX triplet: 02, 02 and 11. RGB value is (2,2,17). Sum of RGB (Red+Green+Blue) = 2+2+17=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 2 (1.17% from 255 or 9.52% from 21); Blue value is 17 (7.03% from 255 or 80.95% from 21); Max value from RGB is 17 - color contains mainly: blue. Hex color #020211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020211 is #FDFDEE. Grayscale: #030303. Windows color (decimal): -16645615 or 1114626. OLE color: 1114626.

HSL color Cylindrical-coordinate representation of color #020211: hue angle of 240º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020211 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 2 17 -
CMYK 0.88 0.88 0 0.93
HSL 240º 0.79% 0.04% -
HSV(B) 240º 0.88% 0.07% -
XYZ 0.15 0.1 0.54 -
YUV 3.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 2 2 17 0.88 0.88 0 0.93 240 0.79 0.04
Hex 2 2 11 58 58 0 5D F0 4F 4
Octal 2 2 21 130 130 0 135 360 117 4
Binary 10 10 10001 1011000 1011000 0 1011101 11110000 1001111 100

Color Harmonies of #020211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020211

Black with #020211

Text Example


Text Example

White with #020211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020211; }

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

 H1.HeaderClassName
 {
   color: #020211;
 }
 .AnyTagClassName
 {
   color: #020211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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