#170812

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

Shades of Melanzane #170812

Tints of Melanzane #170812

Color information

#170812 (or 0x170812) is unknown color: approx Melanzane. HEX triplet: 17, 08 and 12. RGB value is (23,8,18). Sum of RGB (Red+Green+Blue) = 23+8+18=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170812 is #E8F7ED. Grayscale: #0D0D0D. Windows color (decimal): -15267822 or 1181719. OLE color: 1181719.

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

Color convert

RGB23818-
CMYK00.650.220.91
HSL320º48.39%6.08%-
HSV(B)320º65.22%9.02%-
XYZ0.550.40.62-
YUV13.62130.47134.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 18 (7.42% from 255) = 36.73%
R=46.94%
G=16.33%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2381800.650.220.9132048.396.08
Hex17812041165B140306
Octal271022010126133500606
Binary1011110001001001000001101101011011101000000110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170812; }

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

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

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

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

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

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

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

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