#180D13

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

Shades of Melanzane #180D13

Tints of Melanzane #180D13

Color information

#180D13 (or 0x180D13) is unknown color: approx Melanzane. HEX triplet: 18, 0D and 13. RGB value is (24,13,19). Sum of RGB (Red+Green+Blue) = 24+13+19=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D13 is #E7F2EC. Grayscale: #101010. Windows color (decimal): -15201005 or 1248536. OLE color: 1248536.

HSL color Cylindrical-coordinate representation of color #180D13: hue angle of 327.27º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180D13 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB241319-
CMYK00.460.210.91
HSL327.27º29.73%7.25%-
HSV(B)327.27º45.83%9.41%-
XYZ0.640.530.68-
YUV16.97129.14133.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=42.86%
G=23.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24131900.460.210.91327.2729.737.25
Hex18D1302E155B1471e7
Octal30152305625133507367
Binary11000110110011010111010101101101110100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D13; }

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

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

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

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

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

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

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

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