#21341C

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

Shades of Myrtle #21341C

Tints of Myrtle #21341C

Color information

#21341C (or 0x21341C) is unknown color: approx Myrtle. HEX triplet: 21, 34 and 1C. RGB value is (33,52,28). Sum of RGB (Red+Green+Blue) = 33+52+28=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #21341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21341C is #DECBE3. Grayscale: #2B2B2B. Windows color (decimal): -14601188 or 1848353. OLE color: 1848353.

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

Color convert

RGB335228-
CMYK0.3700.460.80
HSL107.5º30%15.69%-
HSV(B)107.5º46.15%20.39%-
XYZ2.062.861.54-
YUV43.58119.21120.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=29.20%
G=46.02%
B=24.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352280.3700.460.80107.53015.69
Hex21341C2502E506b1e10
Octal416434450561201533620
Binary100001110100111001001010101110101000011010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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