#170B12

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

Shades of Melanzane #170B12

Tints of Melanzane #170B12

Color information

#170B12 (or 0x170B12) is unknown color: approx Melanzane. HEX triplet: 17, 0B and 12. RGB value is (23,11,18). Sum of RGB (Red+Green+Blue) = 23+11+18=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B12 is #E8F4ED. Grayscale: #0F0F0F. Windows color (decimal): -15267054 or 1182487. OLE color: 1182487.

HSL color Cylindrical-coordinate representation of color #170B12: hue angle of 325º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #170B12 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB231118-
CMYK00.520.220.91
HSL325º35.29%6.67%-
HSV(B)325º52.17%9.02%-
XYZ0.580.470.63-
YUV15.39129.48133.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 44.23%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=44.23%
G=21.15%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23111800.520.220.9132535.296.67
Hex17B12034165B145237
Octal27132206426133505437
Binary101111011100100110100101101011011101000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170B12; }

 p { color: rgb(23,11,18); }

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

<style>
 a { background-color: #170B12; }

 a { background-color: rgb(23,11,18); }

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

<style>
 span { border-color: #170B12; }

 span { border-color: rgb(23,11,18); }

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