#1C0317

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

Shades of Melanzane #1C0317

Tints of Melanzane #1C0317

Color information

#1C0317 (or 0x1C0317) is unknown color: approx Melanzane. HEX triplet: 1C, 03 and 17. RGB value is (28,3,23). Sum of RGB (Red+Green+Blue) = 28+3+23=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0317 is #E3FCE8. Grayscale: #0C0C0C. Windows color (decimal): -14941417 or 1508124. OLE color: 1508124.

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

Color convert

RGB28323-
CMYK00.890.180.89
HSL312º80.65%6.08%-
HSV(B)312º89.29%10.98%-
XYZ0.670.370.85-
YUV12.76133.78138.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 51.85%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 23 (9.38% from 255) = 42.59%
R=51.85%
G=5.56%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2832300.890.180.8931280.656.08
Hex1C3170591259138516
Octal343270131221314701216
Binary111001110111010110011001010110011001110001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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