#212322

Color #212322 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #212322

Tints of Midnight Moss #212322

Color information

#212322 (or 0x212322) is unknown color: approx Midnight Moss. HEX triplet: 21, 23 and 22. RGB value is (33,35,34). Sum of RGB (Red+Green+Blue) = 33+35+34=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 35 - color contains mainly: green. Hex color #212322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212322 is #DEDCDD. Grayscale: #222222. Windows color (decimal): -14605534 or 2237217. OLE color: 2237217.

HSL color Cylindrical-coordinate representation of color #212322: hue angle of 150º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #212322 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB333534-
CMYK0.0600.030.86
HSL150º2.94%13.33%-
HSV(B)150º5.71%13.73%-
XYZ1.521.641.75-
YUV34.29127.84127.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 34 (13.67% from 255) = 33.33%
R=32.35%
G=34.31%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335340.0600.030.861502.9413.33
Hex21232260356963d
Octal414342603126226315
Binary100001100011100010110011101011010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212322; }

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

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

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

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

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

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

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

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