#212720

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

Shades of Myrtle #212720

Tints of Myrtle #212720

Color information

#212720 (or 0x212720) is unknown color: approx Myrtle. HEX triplet: 21, 27 and 20. RGB value is (33,39,32). Sum of RGB (Red+Green+Blue) = 33+39+32=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 39 - color contains mainly: green. Hex color #212720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212720 is #DED8DF. Grayscale: #242424. Windows color (decimal): -14604512 or 2107169. OLE color: 2107169.

HSL color Cylindrical-coordinate representation of color #212720: hue angle of 111.43º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #212720 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB333932-
CMYK0.1500.180.85
HSL111.43º9.86%13.92%-
HSV(B)111.43º17.95%15.29%-
XYZ1.611.881.64-
YUV36.41125.51125.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=31.73%
G=37.5%
B=30.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3339320.1500.180.85111.439.8613.92
Hex212720F012556fae
Octal414740170221251571216
Binary10000110011110000011110100101010101110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212720; }

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

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

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

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

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

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

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

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