#21222C

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

Shades of Black Russian #21222C

Tints of Black Russian #21222C

Color information

#21222C (or 0x21222C) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 2C. RGB value is (33,34,44). Sum of RGB (Red+Green+Blue) = 33+34+44=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 44 - color contains mainly: blue. Hex color #21222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222C is #DEDDD3. Grayscale: #222222. Windows color (decimal): -14605780 or 2892321. OLE color: 2892321.

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

Color convert

RGB333444-
CMYK0.250.2300.83
HSL234.55º14.29%15.1%-
HSV(B)234.55º25%17.25%-
XYZ1.651.652.61-
YUV34.84133.17126.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=29.73%
G=30.63%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3334440.250.2300.83234.5514.2915.1
Hex21222C1917053ebef
Octal414254312701233531617
Binary1000011000101011001100110111010100111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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