#21391D

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

Shades of Myrtle #21391D

Tints of Myrtle #21391D

Color information

#21391D (or 0x21391D) is unknown color: approx Myrtle. HEX triplet: 21, 39 and 1D. RGB value is (33,57,29). Sum of RGB (Red+Green+Blue) = 33+57+29=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #21391D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21391D is #DEC6E2. Grayscale: #2E2E2E. Windows color (decimal): -14599907 or 1915169. OLE color: 1915169.

HSL color Cylindrical-coordinate representation of color #21391D: hue angle of 111.43º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #21391D is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB335729-
CMYK0.4200.490.78
HSL111.43º32.56%16.86%-
HSV(B)111.43º49.12%22.35%-
XYZ2.313.341.68-
YUV46.63118.05118.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=27.73%
G=47.90%
B=24.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357290.4200.490.78111.4332.5616.86
Hex21391D2A0314E6f2111
Octal417135520611161574121
Binary1000011110011110110101001100011001110110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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