#21341D

Color #21341D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #21341D

Tints of Myrtle #21341D

Color information

#21341D (or 0x21341D) is unknown color: approx Myrtle. HEX triplet: 21, 34 and 1D. RGB value is (33,52,29). Sum of RGB (Red+Green+Blue) = 33+52+29=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #21341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21341D is #DECBE2. Grayscale: #2B2B2B. Windows color (decimal): -14601187 or 1913889. OLE color: 1913889.

HSL color Cylindrical-coordinate representation of color #21341D: hue angle of 109.57º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21341D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB335229-
CMYK0.3700.440.80
HSL109.57º28.4%15.88%-
HSV(B)109.57º44.23%20.39%-
XYZ2.082.871.61-
YUV43.7119.71120.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=28.95%
G=45.61%
B=25.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352290.3700.440.80109.5728.415.88
Hex21341D2502C506e1c10
Octal416435450541201563420
Binary100001110100111011001010101100101000011011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21341D;
 }
 .AnyTagClassName
 {
   color: #21341D;
 }
</style>
background-color css

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

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

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

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

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

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