#170C14

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

Shades of Melanzane #170C14

Tints of Melanzane #170C14

Color information

#170C14 (or 0x170C14) is unknown color: approx Melanzane. HEX triplet: 17, 0C and 14. RGB value is (23,12,20). Sum of RGB (Red+Green+Blue) = 23+12+20=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #170C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C14 is #E8F3EB. Grayscale: #101010. Windows color (decimal): -15266796 or 1313815. OLE color: 1313815.

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

Color convert

RGB231220-
CMYK00.480.130.91
HSL316.36º31.43%6.86%-
HSV(B)316.36º47.83%9.02%-
XYZ0.610.50.73-
YUV16.2130.14132.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.82%
GREEN value IS 12 (5.08% from 255) = 21.82%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=41.82%
G=21.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23122000.480.130.91316.3631.436.86
Hex17C14030D5B13c1f7
Octal27142406015133474377
Binary1011111001010001100001101101101110011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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