#180C15

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

Shades of Melanzane #180C15

Tints of Melanzane #180C15

Color information

#180C15 (or 0x180C15) is unknown color: approx Melanzane. HEX triplet: 18, 0C and 15. RGB value is (24,12,21). Sum of RGB (Red+Green+Blue) = 24+12+21=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C15 is #E7F3EA. Grayscale: #101010. Windows color (decimal): -15201259 or 1379352. OLE color: 1379352.

HSL color Cylindrical-coordinate representation of color #180C15: hue angle of 315º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C15 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB241221-
CMYK00.500.130.91
HSL315º33.33%7.06%-
HSV(B)315º50%9.41%-
XYZ0.640.510.77-
YUV16.61130.48133.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=42.11%
G=21.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24122100.500.130.9131533.337.06
Hex18C15032D5B13b217
Octal30142506215133473417
Binary11000110010101011001011011011011100111011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,12,21); }

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

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

 a { background-color: rgb(24,12,21); }

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

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

 span { border-color: rgb(24,12,21); }

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