#213021

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

Shades of Myrtle #213021

Tints of Myrtle #213021

Color information

#213021 (or 0x213021) is unknown color: approx Myrtle. HEX triplet: 21, 30 and 21. RGB value is (33,48,33). Sum of RGB (Red+Green+Blue) = 33+48+33=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #213021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213021 is #DECFDE. Grayscale: #292929. Windows color (decimal): -14602207 or 2175009. OLE color: 2175009.

HSL color Cylindrical-coordinate representation of color #213021: hue angle of 120º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213021 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB334833-
CMYK0.3100.310.81
HSL120º18.52%15.88%-
HSV(B)120º31.25%18.82%-
XYZ1.962.551.83-
YUV41.8123.03121.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=28.95%
G=42.11%
B=28.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348330.3100.310.8112018.5215.88
Hex2130211F01F51781310
Octal416041370371211702320
Binary10000111000010000111111011111101000111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213021; }

 p { color: rgb(33,48,33); }

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

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

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

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

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

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

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