#21222E

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

Shades of Black Russian #21222E

Tints of Black Russian #21222E

Color information

#21222E (or 0x21222E) is unknown color: approx Black Russian. HEX triplet: 21, 22 and 2E. RGB value is (33,34,46). Sum of RGB (Red+Green+Blue) = 33+34+46=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #21222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21222E is #DEDDD1. Grayscale: #232323. Windows color (decimal): -14605778 or 3023393. OLE color: 3023393.

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

Color convert

RGB333446-
CMYK0.280.2600.82
HSL235.38º16.46%15.49%-
HSV(B)235.38º28.26%18.04%-
XYZ1.691.662.82-
YUV35.07134.17126.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=29.20%
G=30.09%
B=40.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3334460.280.2600.82235.3816.4615.49
Hex21222E1C1A052eb10f
Octal414256343201223532017
Binary10000110001010111011100110100101001011101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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