#170D14

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

Shades of Melanzane #170D14

Tints of Melanzane #170D14

Color information

#170D14 (or 0x170D14) is unknown color: approx Melanzane. HEX triplet: 17, 0D and 14. RGB value is (23,13,20). Sum of RGB (Red+Green+Blue) = 23+13+20=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D14 is #E8F2EB. Grayscale: #101010. Windows color (decimal): -15266540 or 1314071. OLE color: 1314071.

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

Color convert

RGB231320-
CMYK00.430.130.91
HSL318º27.78%7.06%-
HSV(B)318º43.48%9.02%-
XYZ0.620.520.73-
YUV16.79129.81132.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.07%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=41.07%
G=23.21%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23132000.430.130.9131827.787.06
Hex17D1402BD5B13e1c7
Octal27152405315133476347
Binary1011111011010001010111101101101110011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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