#170712

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

Shades of Melanzane #170712

Tints of Melanzane #170712

Color information

#170712 (or 0x170712) is unknown color: approx Melanzane. HEX triplet: 17, 07 and 12. RGB value is (23,7,18). Sum of RGB (Red+Green+Blue) = 23+7+18=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170712 is #E8F8ED. Grayscale: #0D0D0D. Windows color (decimal): -15268078 or 1181463. OLE color: 1181463.

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

Color convert

RGB23718-
CMYK00.700.220.91
HSL318.75º53.33%5.88%-
HSV(B)318.75º69.57%9.02%-
XYZ0.540.380.62-
YUV13.04130.8135.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 47.92%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=47.92%
G=14.58%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2371800.700.220.91318.7553.335.88
Hex17712046165B13f356
Octal27722010626133477656
Binary101111111001001000110101101011011100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170712; }

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

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

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

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

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

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

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

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