#130910

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

Shades of Melanzane #130910

Tints of Melanzane #130910

Color information

#130910 (or 0x130910) is unknown color: approx Melanzane. HEX triplet: 13, 09 and 10. RGB value is (19,9,16). Sum of RGB (Red+Green+Blue) = 19+9+16=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130910 is #ECF6EF. Grayscale: #0C0C0C. Windows color (decimal): -15529712 or 1050899. OLE color: 1050899.

HSL color Cylindrical-coordinate representation of color #130910: hue angle of 318º 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 #130910 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB19916-
CMYK00.530.160.93
HSL318º35.71%5.49%-
HSV(B)318º52.63%7.45%-
XYZ0.460.370.54-
YUV12.79129.81132.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=43.18%
G=20.45%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991600.530.160.9331835.715.49
Hex13910035105D13e245
Octal23112006520135476445
Binary100111001100000110101100001011101100111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130910; }

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

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

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

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

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

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

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

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