#1C0417

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

Shades of Melanzane #1C0417

Tints of Melanzane #1C0417

Color information

#1C0417 (or 0x1C0417) is unknown color: approx Melanzane. HEX triplet: 1C, 04 and 17. RGB value is (28,4,23). Sum of RGB (Red+Green+Blue) = 28+4+23=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0417 is #E3FBE8. Grayscale: #0D0D0D. Windows color (decimal): -14941161 or 1508380. OLE color: 1508380.

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

Color convert

RGB28423-
CMYK00.860.180.89
HSL312.5º75%6.27%-
HSV(B)312.5º85.71%10.98%-
XYZ0.680.40.85-
YUV13.34133.45138.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 23 (9.38% from 255) = 41.82%
R=50.91%
G=7.27%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2842300.860.180.89312.5756.27
Hex1C41705612591384b6
Octal344270126221314701136
Binary1110010010111010101101001010110011001110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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