#131812

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

Shades of Myrtle #131812

Tints of Myrtle #131812

Color information

#131812 (or 0x131812) is unknown color: approx Myrtle. HEX triplet: 13, 18 and 12. RGB value is (19,24,18). Sum of RGB (Red+Green+Blue) = 19+24+18=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #131812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131812 is #ECE7ED. Grayscale: #151515. Windows color (decimal): -15525870 or 1185811. OLE color: 1185811.

HSL color Cylindrical-coordinate representation of color #131812: hue angle of 110º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #131812 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB192418-
CMYK0.2100.250.91
HSL110º14.29%8.24%-
HSV(B)110º25%9.41%-
XYZ0.70.840.7-
YUV21.82125.84125.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.15%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=31.15%
G=39.34%
B=29.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1924180.2100.250.9111014.298.24
Hex131812150195B6ee8
Octal233022250311331561610
Binary100111100010010101010110011011011110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131812; }

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

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

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

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

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

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

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

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