#131C12

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

Shades of Myrtle #131C12

Tints of Myrtle #131C12

Color information

#131C12 (or 0x131C12) is unknown color: approx Myrtle. HEX triplet: 13, 1C and 12. RGB value is (19,28,18). Sum of RGB (Red+Green+Blue) = 19+28+18=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #131C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C12 is #ECE3ED. Grayscale: #181818. Windows color (decimal): -15524846 or 1186835. OLE color: 1186835.

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

Color convert

RGB192818-
CMYK0.3200.360.89
HSL114º21.74%9.02%-
HSV(B)114º35.71%10.98%-
XYZ0.791.010.73-
YUV24.17124.52124.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 28 (11.33% from 255) = 43.08%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=29.23%
G=43.08%
B=27.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1928180.3200.360.8911421.749.02
Hex131C12200245972169
Octal233422400441311622611
Binary100111110010010100000010010010110011110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,18); }

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

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

 a { background-color: rgb(19,28,18); }

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

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

 span { border-color: rgb(19,28,18); }

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