Html Css Color HEX #213121 Myrtle

📋 copy color: '#213121'

red 33 ◦ green 49 ◦ blue 33

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

Shades of Myrtle #213121

Tints of Myrtle #213121

RGB

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

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

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

R = 28.7%
G = 42.61%
B = 28.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#213121 (or 0x213121) is known color: Myrtle. HEX triplet: 21, 31 and 21. RGB value is (33,49,33). Sum of RGB (Red+Green+Blue) = 33+49+33=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #213121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213121 is #DECEDE. Grayscale: #2A2A2A. Windows color (decimal): -14601951 or 2175265. OLE color: 2175265.

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

Color convert

RGB 33 49 33 -
CMYK 0.33 0 0.33 0.81
HSL 120º 0.2% 0.16% -
HSV(B) 120º 0.33% 0.19% -
XYZ 2 2.63 1.84 -
YUV 42.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 33 49 33 0.33 0 0.33 0.81 120 0.2 0.16
Hex 21 31 21 21 0 21 51 78 14 10
Octal 41 61 41 41 0 41 121 170 24 20
Binary 100001 110001 100001 100001 0 100001 1010001 1111000 10100 10000

Color Harmonies of #213121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213121

Black with #213121

Text Example


Text Example

White with #213121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213121; }

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

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

background-color css

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

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

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

border-color css

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

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

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