#180B14

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

Shades of Melanzane #180B14

Tints of Melanzane #180B14

Color information

#180B14 (or 0x180B14) is unknown color: approx Melanzane. HEX triplet: 18, 0B and 14. RGB value is (24,11,20). Sum of RGB (Red+Green+Blue) = 24+11+20=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B14 is #E7F4EB. Grayscale: #0F0F0F. Windows color (decimal): -15201516 or 1313560. OLE color: 1313560.

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

Color convert

RGB241120-
CMYK00.540.170.91
HSL318.46º37.14%6.86%-
HSV(B)318.46º54.17%9.41%-
XYZ0.620.480.72-
YUV15.91130.31133.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=43.64%
G=20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24112000.540.170.91318.4637.146.86
Hex18B14036115B13e257
Octal30132406621133476457
Binary110001011101000110110100011011011100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,11,20); }

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

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

 a { background-color: rgb(24,11,20); }

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

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

 span { border-color: rgb(24,11,20); }

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