#130911

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

Shades of Melanzane #130911

Tints of Melanzane #130911

Color information

#130911 (or 0x130911) is unknown color: approx Melanzane. HEX triplet: 13, 09 and 11. RGB value is (19,9,17). Sum of RGB (Red+Green+Blue) = 19+9+17=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 19 - color contains mainly: red. Hex color #130911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130911 is #ECF6EE. Grayscale: #0C0C0C. Windows color (decimal): -15529711 or 1116435. OLE color: 1116435.

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

Color convert

RGB19917-
CMYK00.530.110.93
HSL312º35.71%5.49%-
HSV(B)312º52.63%7.45%-
XYZ0.470.370.58-
YUV12.9130.31132.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 42.22%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 17 (7.03% from 255) = 37.78%
R=42.22%
G=20%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991700.530.110.9331235.715.49
Hex13911035B5D138245
Octal23112106513135470445
Binary10011100110001011010110111011101100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130911; }

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

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

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

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

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

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

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

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