#130D11

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

Shades of Melanzane #130D11

Tints of Melanzane #130D11

Color information

#130D11 (or 0x130D11) is unknown color: approx Melanzane. HEX triplet: 13, 0D and 11. RGB value is (19,13,17). Sum of RGB (Red+Green+Blue) = 19+13+17=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 19 - color contains mainly: red. Hex color #130D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D11 is #ECF2EE. Grayscale: #0F0F0F. Windows color (decimal): -15528687 or 1117459. OLE color: 1117459.

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

Color convert

RGB191317-
CMYK00.320.110.93
HSL320º18.75%6.27%-
HSV(B)320º31.58%7.45%-
XYZ0.510.470.59-
YUV15.25128.99130.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38.78%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=38.78%
G=26.53%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131700.320.110.9332018.756.27
Hex13D11020B5D140136
Octal23152104013135500236
Binary1001111011000101000001011101110110100000010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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