#131D11

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

Shades of Myrtle #131D11

Tints of Myrtle #131D11

Color information

#131D11 (or 0x131D11) is unknown color: approx Myrtle. HEX triplet: 13, 1D and 11. RGB value is (19,29,17). Sum of RGB (Red+Green+Blue) = 19+29+17=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #131D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D11 is #ECE2EE. Grayscale: #181818. Windows color (decimal): -15524591 or 1121555. OLE color: 1121555.

HSL color Cylindrical-coordinate representation of color #131D11: hue angle of 110º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #131D11 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB192917-
CMYK0.3400.410.89
HSL110º26.09%9.02%-
HSV(B)110º41.38%11.37%-
XYZ0.811.060.69-
YUV24.64123.69123.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=29.23%
G=44.62%
B=26.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1929170.3400.410.8911026.099.02
Hex131D1122029596e1a9
Octal233521420511311563211
Binary100111110110001100010010100110110011101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131D11; }

 p { color: rgb(19,29,17); }

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

<style>
 a { background-color: #131D11; }

 a { background-color: rgb(19,29,17); }

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

<style>
 span { border-color: #131D11; }

 span { border-color: rgb(19,29,17); }

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