#21301D

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

Shades of Myrtle #21301D

Tints of Myrtle #21301D

Color information

#21301D (or 0x21301D) is unknown color: approx Myrtle. HEX triplet: 21, 30 and 1D. RGB value is (33,48,29). Sum of RGB (Red+Green+Blue) = 33+48+29=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #21301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21301D is #DECFE2. Grayscale: #292929. Windows color (decimal): -14602211 or 1912865. OLE color: 1912865.

HSL color Cylindrical-coordinate representation of color #21301D: hue angle of 107.37º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21301D is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB334829-
CMYK0.3100.400.81
HSL107.37º24.68%15.1%-
HSV(B)107.37º39.58%18.82%-
XYZ1.912.531.55-
YUV41.35121.03122.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=30%
G=43.64%
B=26.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348290.3100.400.81107.3724.6815.1
Hex21301D1F028516b19f
Octal416035370501211533117
Binary1000011100001110111111010100010100011101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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