#131012

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

Shades of Melanzane #131012

Tints of Melanzane #131012

Color information

#131012 (or 0x131012) is unknown color: approx Melanzane. HEX triplet: 13, 10 and 12. RGB value is (19,16,18). Sum of RGB (Red+Green+Blue) = 19+16+18=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131012 is #ECEFED. Grayscale: #111111. Windows color (decimal): -15527918 or 1183763. OLE color: 1183763.

HSL color Cylindrical-coordinate representation of color #131012: hue angle of 320º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #131012 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB191618-
CMYK00.160.050.93
HSL320º8.57%6.86%-
HSV(B)320º15.79%7.45%-
XYZ0.560.550.65-
YUV17.12128.49129.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=35.85%
G=30.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161800.160.050.933208.576.86
Hex13101201055D14097
Octal2320220205135500117
Binary10011100001001001000010110111011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131012; }

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

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

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

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

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

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

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

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