Html Css Color HEX #000220 Black Russian

📋 copy color: '#000220'

red 0 ◦ green 2 ◦ blue 32

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

Shades of Black Russian #000220

Tints of Black Russian #000220

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 32 (12.89% from 255) = 94.12%

R = 0%
G = 5.88%
B = 94.12%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000220 (or 0x000220) is known color: Black Russian. HEX triplet: 00, 02 and 20. RGB value is (0,2,32). Sum of RGB (Red+Green+Blue) = 0+2+32=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 32 (12.89% from 255 or 94.12% from 34); Max value from RGB is 32 - color contains mainly: blue. Hex color #000220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000220 is #FFFDDF. Grayscale: #040404. Windows color (decimal): -16776672 or 2097664. OLE color: 2097664.

HSL color Cylindrical-coordinate representation of color #000220: hue angle of 236.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000220 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 2 32 -
CMYK 1 0.94 0 0.87
HSL 236.25º 1% 0.06% -
HSV(B) 236.25º 1% 0.13% -
XYZ 0.28 0.15 1.38 -
YUV 4.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 0 2 32 1 0.94 0 0.87 236.25 1 0.06
Hex 0 2 20 64 5E 0 57 EC 64 6
Octal 0 2 40 144 136 0 127 354 144 6
Binary 0 10 100000 1100100 1011110 0 1010111 11101100 1100100 110

Color Harmonies of #000220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000220

Black with #000220

Text Example


Text Example

White with #000220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000220; }

 p { color: rgb(0,2,32); }

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

background-color css

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

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

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

border-color css

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

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

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