#1F311B

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

Shades of Myrtle #1F311B

Tints of Myrtle #1F311B

Color information

#1F311B (or 0x1F311B) is unknown color: approx Myrtle. HEX triplet: 1F, 31 and 1B. RGB value is (31,49,27). Sum of RGB (Red+Green+Blue) = 31+49+27=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #1F311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F311B is #E0CEE4. Grayscale: #292929. Windows color (decimal): -14733029 or 1782047. OLE color: 1782047.

HSL color Cylindrical-coordinate representation of color #1F311B: hue angle of 109.09º 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 #1F311B is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB314927-
CMYK0.3700.450.81
HSL109.09º28.95%14.9%-
HSV(B)109.09º44.9%19.22%-
XYZ1.862.571.43-
YUV41.11120.04120.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 49 (19.53% from 255) = 45.79%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=28.97%
G=45.79%
B=25.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3149270.3700.450.81109.0928.9514.9
Hex1F311B2502D516d1df
Octal376133450551211553517
Binary1111111000111011100101010110110100011101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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