#20212C

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

Shades of Black Russian #20212C

Tints of Black Russian #20212C

Color information

#20212C (or 0x20212C) is unknown color: approx Black Russian. HEX triplet: 20, 21 and 2C. RGB value is (32,33,44). Sum of RGB (Red+Green+Blue) = 32+33+44=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #20212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20212C is #DFDED3. Grayscale: #212121. Windows color (decimal): -14671572 or 2892064. OLE color: 2892064.

HSL color Cylindrical-coordinate representation of color #20212C: hue angle of 235º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #20212C is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB323344-
CMYK0.270.2500.83
HSL235º15.79%14.9%-
HSV(B)235º27.27%17.25%-
XYZ1.591.582.6-
YUV33.96133.67126.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.36%
GREEN value IS 33 (13.28% from 255) = 30.28%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=29.36%
G=30.28%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3233440.270.2500.8323515.7914.9
Hex20212C1B19053eb10f
Octal404154333101233532017
Binary10000010000110110011011110010101001111101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20212C; }

 p { color: rgb(32,33,44); }

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

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

 a { background-color: rgb(32,33,44); }

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

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

 span { border-color: rgb(32,33,44); }

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