#20212B

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

Shades of Black Russian #20212B

Tints of Black Russian #20212B

Color information

#20212B (or 0x20212B) is unknown color: approx Black Russian. HEX triplet: 20, 21 and 2B. RGB value is (32,33,43). Sum of RGB (Red+Green+Blue) = 32+33+43=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #20212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20212B is #DFDED4. Grayscale: #212121. Windows color (decimal): -14671573 or 2826528. OLE color: 2826528.

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

Color convert

RGB323343-
CMYK0.260.2300.83
HSL234.55º14.67%14.71%-
HSV(B)234.55º25.58%16.86%-
XYZ1.581.572.51-
YUV33.84133.17126.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.63%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=29.63%
G=30.56%
B=39.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3233430.260.2300.83234.5514.6714.71
Hex20212B1A17053ebff
Octal404153322701233531717
Binary1000001000011010111101010111010100111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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