#1E311B

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

Shades of Myrtle #1E311B

Tints of Myrtle #1E311B

Color information

#1E311B (or 0x1E311B) is unknown color: approx Myrtle. HEX triplet: 1E, 31 and 1B. RGB value is (30,49,27). Sum of RGB (Red+Green+Blue) = 30+49+27=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #1E311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E311B is #E1CEE4. Grayscale: #282828. Windows color (decimal): -14798565 or 1782046. OLE color: 1782046.

HSL color Cylindrical-coordinate representation of color #1E311B: hue angle of 111.82º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E311B is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB304927-
CMYK0.3900.450.81
HSL111.82º28.95%14.9%-
HSV(B)111.82º44.9%19.22%-
XYZ1.832.551.43-
YUV40.81120.21120.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 28.30%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=28.30%
G=46.23%
B=25.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3049270.3900.450.81111.8228.9514.9
Hex1E311B2702D51701df
Octal366133470551211603517
Binary1111011000111011100111010110110100011110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E311B; }

 p { color: rgb(30,49,27); }

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

<style>
 a { background-color: #1E311B; }

 a { background-color: rgb(30,49,27); }

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

<style>
 span { border-color: #1E311B; }

 span { border-color: rgb(30,49,27); }

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