Html Css Color HEX #213221 Myrtle

📋 copy color: '#213221'

red 33 ◦ green 50 ◦ blue 33

#213221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #213221

Tints of Myrtle #213221

RGB

 RED value IS 33 (13.28% from 255) = 28.45%

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 28.45%
G = 43.1%
B = 28.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#213221 (or 0x213221) is known color: Myrtle. HEX triplet: 21, 32 and 21. RGB value is (33,50,33). Sum of RGB (Red+Green+Blue) = 33+50+33=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #213221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213221 is #DECDDE. Grayscale: #2B2B2B. Windows color (decimal): -14601695 or 2175521. OLE color: 2175521.

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

Color convert

RGB 33 50 33 -
CMYK 0.34 0 0.34 0.80
HSL 120º 0.2% 0.16% -
HSV(B) 120º 0.34% 0.2% -
XYZ 2.04 2.71 1.86 -
YUV 42.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 33 50 33 0.34 0 0.34 0.80 120 0.2 0.16
Hex 21 32 21 22 0 22 50 78 14 10
Octal 41 62 41 42 0 42 120 170 24 20
Binary 100001 110010 100001 100010 0 100010 1010000 1111000 10100 10000

Color Harmonies of #213221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213221

Black with #213221

Text Example


Text Example

White with #213221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213221; }

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

 H1.HeaderClassName
 {
   color: #213221;
 }
 .AnyTagClassName
 {
   color: #213221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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