#170A14

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

Shades of Melanzane #170A14

Tints of Melanzane #170A14

Color information

#170A14 (or 0x170A14) is unknown color: approx Melanzane. HEX triplet: 17, 0A and 14. RGB value is (23,10,20). Sum of RGB (Red+Green+Blue) = 23+10+20=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A14 is #E8F5EB. Grayscale: #0F0F0F. Windows color (decimal): -15267308 or 1313303. OLE color: 1313303.

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

Color convert

RGB231020-
CMYK00.570.130.91
HSL313.85º39.39%6.47%-
HSV(B)313.85º56.52%9.02%-
XYZ0.590.450.72-
YUV15.03130.81133.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 10 (4.30% from 255) = 18.87%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=43.40%
G=18.87%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23102000.570.130.91313.8539.396.47
Hex17A14039D5B13a276
Octal27122407115133472476
Binary10111101010100011100111011011011100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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