#170A12

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

Shades of Melanzane #170A12

Tints of Melanzane #170A12

Color information

#170A12 (or 0x170A12) is unknown color: approx Melanzane. HEX triplet: 17, 0A and 12. RGB value is (23,10,18). Sum of RGB (Red+Green+Blue) = 23+10+18=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A12 is #E8F5ED. Grayscale: #0E0E0E. Windows color (decimal): -15267310 or 1182231. OLE color: 1182231.

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

Color convert

RGB231018-
CMYK00.570.220.91
HSL323.08º39.39%6.47%-
HSV(B)323.08º56.52%9.02%-
XYZ0.570.440.63-
YUV14.8129.81133.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 45.10%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=45.10%
G=19.61%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101800.570.220.91323.0839.396.47
Hex17A12039165B143276
Octal27122207126133503476
Binary101111010100100111001101101011011101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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