#130410

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

Shades of Melanzane #130410

Tints of Melanzane #130410

Color information

#130410 (or 0x130410) is unknown color: approx Melanzane. HEX triplet: 13, 04 and 10. RGB value is (19,4,16). Sum of RGB (Red+Green+Blue) = 19+4+16=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #130410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130410 is #ECFBEF. Grayscale: #090909. Windows color (decimal): -15530992 or 1049619. OLE color: 1049619.

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

Color convert

RGB19416-
CMYK00.790.160.93
HSL312º65.22%4.51%-
HSV(B)312º78.95%7.45%-
XYZ0.410.260.52-
YUV9.85131.47134.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=48.72%
G=10.26%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941600.790.160.9331265.224.51
Hex1341004F105D138415
Octal234200117201354701015
Binary1001110010000010011111000010111011001110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130410; }

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

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

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

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

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

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

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

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