#130C11

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

Shades of Melanzane #130C11

Tints of Melanzane #130C11

Color information

#130C11 (or 0x130C11) is unknown color: approx Melanzane. HEX triplet: 13, 0C and 11. RGB value is (19,12,17). Sum of RGB (Red+Green+Blue) = 19+12+17=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #130C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C11 is #ECF3EE. Grayscale: #0E0E0E. Windows color (decimal): -15528943 or 1117203. OLE color: 1117203.

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

Color convert

RGB191217-
CMYK00.370.110.93
HSL317.14º22.58%6.08%-
HSV(B)317.14º36.84%7.45%-
XYZ0.50.440.59-
YUV14.66129.32131.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 39.58%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 35.42%
R=39.58%
G=25%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19121700.370.110.93317.1422.586.08
Hex13C11025B5D13d176
Octal23142104513135475276
Binary1001111001000101001011011101110110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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