Html Css Color HEX #21371B Myrtle

📋 copy color: '#21371B'

red 33 ◦ green 55 ◦ blue 27

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

Shades of Myrtle #21371B

Tints of Myrtle #21371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.48%

R = 28.7%
G = 47.83%
B = 23.48%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#21371B (or 0x21371B) is known color: Myrtle. HEX triplet: 21, 37 and 1B. RGB value is (33,55,27). Sum of RGB (Red+Green+Blue) = 33+55+27=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #21371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21371B is #DEC8E4. Grayscale: #2D2D2D. Windows color (decimal): -14600421 or 1783585. OLE color: 1783585.

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

Color convert

RGB 33 55 27 -
CMYK 0.4 0 0.51 0.78
HSL 107.14º 0.34% 0.16% -
HSV(B) 107.14º 0.51% 0.22% -
XYZ 2.19 3.13 1.53 -
YUV 45.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 33 55 27 0.4 0 0.51 0.78 107.14 0.34 0.16
Hex 21 37 1B 28 0 33 4E 6B 22 10
Octal 41 67 33 50 0 63 116 153 42 20
Binary 100001 110111 11011 101000 0 110011 1001110 1101011 100010 10000

Color Harmonies of #21371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21371B

Black with #21371B

Text Example


Text Example

White with #21371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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