#21222D

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

Shades of Black Russian #21222D

Tints of Black Russian #21222D

Color information

#21222D (or 0x21222D) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 2D. RGB value is (33,34,45). Sum of RGB (Red+Green+Blue) = 33+34+45=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 45 - color contains mainly: blue. Hex color #21222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222D is #DEDDD2. Grayscale: #222222. Windows color (decimal): -14605779 or 2957857. OLE color: 2957857.

HSL color Cylindrical-coordinate representation of color #21222D: hue angle of 235º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21222D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB333445-
CMYK0.270.2400.82
HSL235º15.38%15.29%-
HSV(B)235º26.67%17.65%-
XYZ1.671.662.71-
YUV34.96133.67126.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=29.46%
G=30.36%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3334450.270.2400.8223515.3815.29
Hex21222D1B18052ebff
Octal414255333001223531717
Binary1000011000101011011101111000010100101110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21222D; }

 p { color: rgb(33,34,45); }

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

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

 a { background-color: rgb(33,34,45); }

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

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

 span { border-color: rgb(33,34,45); }

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