#131912

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

Shades of Myrtle #131912

Tints of Myrtle #131912

Color information

#131912 (or 0x131912) is unknown color: approx Myrtle. HEX triplet: 13, 19 and 12. RGB value is (19,25,18). Sum of RGB (Red+Green+Blue) = 19+25+18=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #131912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131912 is #ECE6ED. Grayscale: #161616. Windows color (decimal): -15525614 or 1186067. OLE color: 1186067.

HSL color Cylindrical-coordinate representation of color #131912: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #131912 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB192518-
CMYK0.2400.280.90
HSL111.43º16.28%8.43%-
HSV(B)111.43º28%9.8%-
XYZ0.730.880.7-
YUV22.41125.51125.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.65%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=30.65%
G=40.32%
B=29.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925180.2400.280.90111.4316.288.43
Hex1319121801C5A6f108
Octal233122300341321572010
Binary1001111001100101100001110010110101101111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131912; }

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

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

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

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

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

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

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

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