#130A11

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

Shades of Melanzane #130A11

Tints of Melanzane #130A11

Color information

#130A11 (or 0x130A11) is unknown color: approx Melanzane. HEX triplet: 13, 0A and 11. RGB value is (19,10,17). Sum of RGB (Red+Green+Blue) = 19+10+17=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 17 (7.03% from 255 or 36.96% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A11 is #ECF5EE. Grayscale: #0D0D0D. Windows color (decimal): -15529455 or 1116691. OLE color: 1116691.

HSL color Cylindrical-coordinate representation of color #130A11: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #130A11 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB191017-
CMYK00.470.110.93
HSL313.33º31.03%5.69%-
HSV(B)313.33º47.37%7.45%-
XYZ0.480.40.58-
YUV13.49129.98131.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 17 (7.03% from 255) = 36.96%
R=41.30%
G=21.74%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19101700.470.110.93313.3331.035.69
Hex13A1102FB5D1391f6
Octal23122105713135471376
Binary1001110101000101011111011101110110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A11; }

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

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

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

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

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

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

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

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