Html Css Color HEX #21371C Myrtle

📋 copy color: '#21371C'

red 33 ◦ green 55 ◦ blue 28

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

Shades of Myrtle #21371C

Tints of Myrtle #21371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 47.41%

 BLUE value IS 28 (11.33% from 255) = 24.14%

R = 28.45%
G = 47.41%
B = 24.14%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#21371C (or 0x21371C) is known color: Myrtle. HEX triplet: 21, 37 and 1C. RGB value is (33,55,28). Sum of RGB (Red+Green+Blue) = 33+55+28=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 55 - color contains mainly: green. Hex color #21371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21371C is #DEC8E3. Grayscale: #2D2D2D. Windows color (decimal): -14600420 or 1849121. OLE color: 1849121.

HSL color Cylindrical-coordinate representation of color #21371C: hue angle of 108.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21371C is Cyan = 0.4, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 28 -
CMYK 0.4 0 0.49 0.78
HSL 108.89º 0.33% 0.16% -
HSV(B) 108.89º 0.49% 0.22% -
XYZ 2.2 3.14 1.59 -
YUV 45.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 33 55 28 0.4 0 0.49 0.78 108.89 0.33 0.16
Hex 21 37 1C 28 0 31 4E 6D 21 10
Octal 41 67 34 50 0 61 116 155 41 20
Binary 100001 110111 11100 101000 0 110001 1001110 1101101 100001 10000

Color Harmonies of #21371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21371C

Black with #21371C

Text Example


Text Example

White with #21371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21371C; }

 p { color: rgb(33,55,28); }

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

background-color css

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

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

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

border-color css

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

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

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