#160D12

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

Shades of Melanzane #160D12

Tints of Melanzane #160D12

Color information

#160D12 (or 0x160D12) is unknown color: approx Melanzane. HEX triplet: 16, 0D and 12. RGB value is (22,13,18). Sum of RGB (Red+Green+Blue) = 22+13+18=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 22 - color contains mainly: red. Hex color #160D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D12 is #E9F2ED. Grayscale: #101010. Windows color (decimal): -15332078 or 1182998. OLE color: 1182998.

HSL color Cylindrical-coordinate representation of color #160D12: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #160D12 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB221318-
CMYK00.410.180.91
HSL326.67º25.71%6.86%-
HSV(B)326.67º40.91%8.63%-
XYZ0.580.50.64-
YUV16.26128.98132.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=41.51%
G=24.53%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22131800.410.180.91326.6725.716.86
Hex16D12029125B1471a7
Octal26152205122133507327
Binary10110110110010010100110010101101110100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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