Html Css Color HEX #21371D Myrtle

📋 copy color: '#21371D'

red 33 ◦ green 55 ◦ blue 29

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

Shades of Myrtle #21371D

Tints of Myrtle #21371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 28.21%
G = 47.01%
B = 24.79%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#21371D (or 0x21371D) is known color: Myrtle. HEX triplet: 21, 37 and 1D. RGB value is (33,55,29). Sum of RGB (Red+Green+Blue) = 33+55+29=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #21371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21371D is #DEC8E2. Grayscale: #2D2D2D. Windows color (decimal): -14600419 or 1914657. OLE color: 1914657.

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

Color convert

RGB 33 55 29 -
CMYK 0.4 0 0.47 0.78
HSL 110.77º 0.31% 0.16% -
HSV(B) 110.77º 0.47% 0.22% -
XYZ 2.22 3.14 1.65 -
YUV 45.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 33 55 29 0.4 0 0.47 0.78 110.77 0.31 0.16
Hex 21 37 1D 28 0 2F 4E 6F 1F 10
Octal 41 67 35 50 0 57 116 157 37 20
Binary 100001 110111 11101 101000 0 101111 1001110 1101111 11111 10000

Color Harmonies of #21371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21371D

Black with #21371D

Text Example


Text Example

White with #21371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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