#21311C

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

Shades of Myrtle #21311C

Tints of Myrtle #21311C

Color information

#21311C (or 0x21311C) is unknown color: approx Myrtle. HEX triplet: 21, 31 and 1C. RGB value is (33,49,28). Sum of RGB (Red+Green+Blue) = 33+49+28=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #21311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21311C is #DECEE3. Grayscale: #292929. Windows color (decimal): -14601956 or 1847585. OLE color: 1847585.

HSL color Cylindrical-coordinate representation of color #21311C: hue angle of 105.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21311C is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB334928-
CMYK0.3300.430.81
HSL105.71º27.27%15.1%-
HSV(B)105.71º42.86%19.22%-
XYZ1.942.61.5-
YUV41.82120.2121.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=30%
G=44.55%
B=25.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349280.3300.430.81105.7127.2715.1
Hex21311C2102B516a1bf
Octal416134410531211523317
Binary10000111000111100100001010101110100011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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