#21301E

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

Shades of Myrtle #21301E

Tints of Myrtle #21301E

Color information

#21301E (or 0x21301E) is unknown color: approx Myrtle. HEX triplet: 21, 30 and 1E. RGB value is (33,48,30). Sum of RGB (Red+Green+Blue) = 33+48+30=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #21301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21301E is #DECFE1. Grayscale: #292929. Windows color (decimal): -14602210 or 1978401. OLE color: 1978401.

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

Color convert

RGB334830-
CMYK0.3100.370.81
HSL110º23.08%15.29%-
HSV(B)110º37.5%18.82%-
XYZ1.922.531.62-
YUV41.46121.53121.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=29.73%
G=43.24%
B=27.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348300.3100.370.8111023.0815.29
Hex21301E1F025516e17f
Octal416036370451211562717
Binary1000011100001111011111010010110100011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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