#1C0F17

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

Shades of Melanzane #1C0F17

Tints of Melanzane #1C0F17

Color information

#1C0F17 (or 0x1C0F17) is unknown color: approx Melanzane. HEX triplet: 1C, 0F and 17. RGB value is (28,15,23). Sum of RGB (Red+Green+Blue) = 28+15+23=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F17 is #E3F0E8. Grayscale: #131313. Windows color (decimal): -14938345 or 1511196. OLE color: 1511196.

HSL color Cylindrical-coordinate representation of color #1C0F17: hue angle of 323.08º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F17 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB281523-
CMYK00.460.180.89
HSL323.08º30.23%8.43%-
HSV(B)323.08º46.43%10.98%-
XYZ0.80.650.89-
YUV19.8129.81133.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=42.42%
G=22.73%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28152300.460.180.89323.0830.238.43
Hex1CF1702E12591431e8
Octal341727056221315033610
Binary111001111101110101110100101011001101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0F17; }

 p { color: rgb(28,15,23); }

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

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

 a { background-color: rgb(28,15,23); }

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

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

 span { border-color: rgb(28,15,23); }

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