#21391C

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

Shades of Myrtle #21391C

Tints of Myrtle #21391C

Color information

#21391C (or 0x21391C) is unknown color: approx Myrtle. HEX triplet: 21, 39 and 1C. RGB value is (33,57,28). Sum of RGB (Red+Green+Blue) = 33+57+28=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #21391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21391C is #DEC6E3. Grayscale: #2E2E2E. Windows color (decimal): -14599908 or 1849633. OLE color: 1849633.

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

Color convert

RGB335728-
CMYK0.4200.510.78
HSL109.66º34.12%16.67%-
HSV(B)109.66º50.88%22.35%-
XYZ2.33.331.62-
YUV46.52117.55118.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 57 (22.66% from 255) = 48.31%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=27.97%
G=48.31%
B=23.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357280.4200.510.78109.6634.1216.67
Hex21391C2A0334E6e2211
Octal417134520631161564221
Binary1000011110011110010101001100111001110110111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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