#170312

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

Shades of Melanzane #170312

Tints of Melanzane #170312

Color information

#170312 (or 0x170312) is unknown color: approx Melanzane. HEX triplet: 17, 03 and 12. RGB value is (23,3,18). Sum of RGB (Red+Green+Blue) = 23+3+18=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170312 is #E8FCED. Grayscale: #0A0A0A. Windows color (decimal): -15269102 or 1180439. OLE color: 1180439.

HSL color Cylindrical-coordinate representation of color #170312: hue angle of 315º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #170312 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB23318-
CMYK00.870.220.91
HSL315º76.92%5.1%-
HSV(B)315º86.96%9.02%-
XYZ0.50.290.6-
YUV10.69132.13136.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=52.27%
G=6.82%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2331800.870.220.9131576.925.1
Hex17312057165B13b4d5
Octal273220127261334731155
Binary101111110010010101111011010110111001110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170312; }

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

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

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

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

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

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

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

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