#131B11

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

Shades of Myrtle #131B11

Tints of Myrtle #131B11

Color information

#131B11 (or 0x131B11) is unknown color: approx Myrtle. HEX triplet: 13, 1B and 11. RGB value is (19,27,17). Sum of RGB (Red+Green+Blue) = 19+27+17=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #131B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B11 is #ECE4EE. Grayscale: #171717. Windows color (decimal): -15525103 or 1121043. OLE color: 1121043.

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

Color convert

RGB192717-
CMYK0.3000.370.89
HSL108º22.73%8.63%-
HSV(B)108º37.04%10.59%-
XYZ0.760.960.68-
YUV23.47124.35124.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=30.16%
G=42.86%
B=26.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927170.3000.370.8910822.738.63
Hex131B111E025596c179
Octal233321360451311542711
Binary10011110111000111110010010110110011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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