#170714

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

Shades of Melanzane #170714

Tints of Melanzane #170714

Color information

#170714 (or 0x170714) is unknown color: approx Melanzane. HEX triplet: 17, 07 and 14. RGB value is (23,7,20). Sum of RGB (Red+Green+Blue) = 23+7+20=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170714 is #E8F8EB. Grayscale: #0D0D0D. Windows color (decimal): -15268076 or 1312535. OLE color: 1312535.

HSL color Cylindrical-coordinate representation of color #170714: hue angle of 311.25º 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 #170714 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB23720-
CMYK00.700.130.91
HSL311.25º53.33%5.88%-
HSV(B)311.25º69.57%9.02%-
XYZ0.560.380.71-
YUV13.27131.8134.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 20 (8.20% from 255) = 40%
R=46%
G=14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2372000.700.130.91311.2553.335.88
Hex17714046D5B137356
Octal27724010615133467656
Binary10111111101000100011011011011011100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170714; }

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

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

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

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

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

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

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

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