#212820

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

Shades of Myrtle #212820

Tints of Myrtle #212820

Color information

#212820 (or 0x212820) is unknown color: approx Myrtle. HEX triplet: 21, 28 and 20. RGB value is (33,40,32). Sum of RGB (Red+Green+Blue) = 33+40+32=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 40 - color contains mainly: green. Hex color #212820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212820 is #DED7DF. Grayscale: #252525. Windows color (decimal): -14604256 or 2107425. OLE color: 2107425.

HSL color Cylindrical-coordinate representation of color #212820: hue angle of 112.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212820 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB334032-
CMYK0.1700.200.84
HSL112.5º11.11%14.12%-
HSV(B)112.5º20%15.69%-
XYZ1.651.951.66-
YUV36.99125.18125.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 40 (16.02% from 255) = 38.10%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=31.43%
G=38.10%
B=30.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340320.1700.200.84112.511.1114.12
Hex212820110145470be
Octal415040210241241601316
Binary100001101000100000100010101001010100111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212820; }

 p { color: rgb(33,40,32); }

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

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

 a { background-color: rgb(33,40,32); }

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

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

 span { border-color: rgb(33,40,32); }

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