Html Css Color HEX #213120 Myrtle

📋 copy color: '#213120'

red 33 ◦ green 49 ◦ blue 32

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

Shades of Myrtle #213120

Tints of Myrtle #213120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 28.95%
G = 42.98%
B = 28.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#213120 (or 0x213120) is known color: Myrtle. HEX triplet: 21, 31 and 20. RGB value is (33,49,32). Sum of RGB (Red+Green+Blue) = 33+49+32=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #213120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213120 is #DECEDF. Grayscale: #2A2A2A. Windows color (decimal): -14601952 or 2109729. OLE color: 2109729.

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

Color convert

RGB 33 49 32 -
CMYK 0.33 0 0.35 0.81
HSL 116.47º 0.21% 0.16% -
HSV(B) 116.47º 0.35% 0.19% -
XYZ 1.99 2.62 1.77 -
YUV 42.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 33 49 32 0.33 0 0.35 0.81 116.47 0.21 0.16
Hex 21 31 20 21 0 23 51 74 15 10
Octal 41 61 40 41 0 43 121 164 25 20
Binary 100001 110001 100000 100001 0 100011 1010001 1110100 10101 10000

Color Harmonies of #213120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213120

Black with #213120

Text Example


Text Example

White with #213120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213120; }

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

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

background-color css

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

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

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

border-color css

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

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

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