#130A0F

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

Shades of Melanzane #130A0F

Tints of Melanzane #130A0F

Color information

#130A0F (or 0x130A0F) is unknown color: approx Melanzane. HEX triplet: 13, 0A and 0F. RGB value is (19,10,15). Sum of RGB (Red+Green+Blue) = 19+10+15=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 10 (4.30% from 255 or 22.73% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #130A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A0F is #ECF5F0. Grayscale: #0D0D0D. Windows color (decimal): -15529457 or 985619. OLE color: 985619.

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

Color convert

RGB191015-
CMYK00.470.210.93
HSL326.67º31.03%5.69%-
HSV(B)326.67º47.37%7.45%-
XYZ0.460.390.5-
YUV13.26128.98132.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 10 (4.30% from 255) = 22.73%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=43.18%
G=22.73%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19101500.470.210.93326.6731.035.69
Hex13AF02F155D1471f6
Octal23121705725135507376
Binary1001110101111010111110101101110110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,15); }

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

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

 a { background-color: rgb(19,10,15); }

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

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

 span { border-color: rgb(19,10,15); }

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