#170213

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

Shades of Melanzane #170213

Tints of Melanzane #170213

Color information

#170213 (or 0x170213) is unknown color: approx Melanzane. HEX triplet: 17, 02 and 13. RGB value is (23,2,19). Sum of RGB (Red+Green+Blue) = 23+2+19=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #170213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170213 is #E8FDEC. Grayscale: #0A0A0A. Windows color (decimal): -15269357 or 1245719. OLE color: 1245719.

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

Color convert

RGB23219-
CMYK00.910.170.91
HSL311.43º84%4.9%-
HSV(B)311.43º91.3%9.02%-
XYZ0.490.270.64-
YUV10.22132.96137.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=52.27%
G=4.55%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2321900.910.170.91311.43844.9
Hex1721305B115B137545
Octal272230133211334671245
Binary101111010011010110111000110110111001101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170213; }

 p { color: rgb(23,2,19); }

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

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

 a { background-color: rgb(23,2,19); }

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

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

 span { border-color: rgb(23,2,19); }

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