#21381c

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

Shades of Myrtle #21381C

Tints of Myrtle #21381C

Color information

#21381C (or 0x21381C) is unknown color: approx Myrtle. HEX triplet: 21, 38 and 1C. RGB value is (33,56,28). Sum of RGB (Red+Green+Blue) = 33+56+28=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #21381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21381C is #DEC7E3. Grayscale: #2E2E2E. Windows color (decimal): -14600164 or 1849377. OLE color: 1849377.

HSL color Cylindrical-coordinate representation of color #21381C: hue angle of 109.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21381C is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB335628-
CMYK0.4100.500.78
HSL109.29º33.33%16.47%-
HSV(B)109.29º50%21.96%-
XYZ2.253.241.6-
YUV45.93117.88118.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.21%
GREEN value IS 56 (22.27% from 255) = 47.86%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=28.21%
G=47.86%
B=23.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356280.4100.500.78109.2933.3316.47
Hex21381C290324E6d2110
Octal417034510621161554120
Binary1000011110001110010100101100101001110110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21381c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21381c; }

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

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

<style>
 a { background-color: #21381c; }

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

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

<style>
 span { border-color: #21381c; }

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

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