#212B26

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

Shades of Midnight Moss #212B26

Tints of Midnight Moss #212B26

Color information

#212B26 (or 0x212B26) is unknown color: approx Midnight Moss. HEX triplet: 21, 2B and 26. RGB value is (33,43,38). Sum of RGB (Red+Green+Blue) = 33+43+38=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 43 - color contains mainly: green. Hex color #212B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B26 is #DED4D9. Grayscale: #272727. Windows color (decimal): -14603482 or 2501409. OLE color: 2501409.

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

Color convert

RGB334338-
CMYK0.2300.120.83
HSL150º13.16%14.9%-
HSV(B)150º23.26%16.86%-
XYZ1.842.192.16-
YUV39.44127.19123.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=28.95%
G=37.72%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3343380.2300.120.8315013.1614.9
Hex212B26170C5396df
Octal415346270141232261517
Binary100001101011100110101110110010100111001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B26; }

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

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

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

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

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

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

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

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