#130D12

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

Shades of Melanzane #130D12

Tints of Melanzane #130D12

Color information

#130D12 (or 0x130D12) is unknown color: approx Melanzane. HEX triplet: 13, 0D and 12. RGB value is (19,13,18). Sum of RGB (Red+Green+Blue) = 19+13+18=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #130D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D12 is #ECF2ED. Grayscale: #0F0F0F. Windows color (decimal): -15528686 or 1182995. OLE color: 1182995.

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

Color convert

RGB191318-
CMYK00.320.050.93
HSL310º18.75%6.27%-
HSV(B)310º31.58%7.45%-
XYZ0.520.470.64-
YUV15.36129.49130.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 38%
GREEN value IS 13 (5.47% from 255) = 26%
BLUE value IS 18 (7.42% from 255) = 36%
R=38%
G=26%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131800.320.050.9331018.756.27
Hex13D1202055D136136
Octal2315220405135466236
Binary100111101100100100000101101110110011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,18); }

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

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

 a { background-color: rgb(19,13,18); }

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

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

 span { border-color: rgb(19,13,18); }

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