#170814

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

Shades of Melanzane #170814

Tints of Melanzane #170814

Color information

#170814 (or 0x170814) is unknown color: approx Melanzane. HEX triplet: 17, 08 and 14. RGB value is (23,8,20). Sum of RGB (Red+Green+Blue) = 23+8+20=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170814 is #E8F7EB. Grayscale: #0D0D0D. Windows color (decimal): -15267820 or 1312791. OLE color: 1312791.

HSL color Cylindrical-coordinate representation of color #170814: hue angle of 312º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #170814 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB23820-
CMYK00.650.130.91
HSL312º48.39%6.08%-
HSV(B)312º65.22%9.02%-
XYZ0.570.410.71-
YUV13.85131.47134.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 45.10%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=45.10%
G=15.69%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2382000.650.130.9131248.396.08
Hex17814041D5B138306
Octal271024010115133470606
Binary101111000101000100000111011011011100111000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170814; }

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

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

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

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

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

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

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

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