Html Css Color HEX #21371F Myrtle

📋 copy color: '#21371F'

red 33 ◦ green 55 ◦ blue 31

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

Shades of Myrtle #21371F

Tints of Myrtle #21371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 27.73%
G = 46.22%
B = 26.05%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#21371F (or 0x21371F) is known color: Myrtle. HEX triplet: 21, 37 and 1F. RGB value is (33,55,31). Sum of RGB (Red+Green+Blue) = 33+55+31=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #21371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21371F is #DEC8E0. Grayscale: #2D2D2D. Windows color (decimal): -14600417 or 2045729. OLE color: 2045729.

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

Color convert

RGB 33 55 31 -
CMYK 0.4 0 0.44 0.78
HSL 115º 0.28% 0.17% -
HSV(B) 115º 0.44% 0.22% -
XYZ 2.24 3.15 1.79 -
YUV 45.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 33 55 31 0.4 0 0.44 0.78 115 0.28 0.17
Hex 21 37 1F 28 0 2C 4E 73 1C 11
Octal 41 67 37 50 0 54 116 163 34 21
Binary 100001 110111 11111 101000 0 101100 1001110 1110011 11100 10001

Color Harmonies of #21371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21371F

Black with #21371F

Text Example


Text Example

White with #21371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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