#1C0715

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

Shades of Melanzane #1C0715

Tints of Melanzane #1C0715

Color information

#1C0715 (or 0x1C0715) is unknown color: approx Melanzane. HEX triplet: 1C, 07 and 15. RGB value is (28,7,21). Sum of RGB (Red+Green+Blue) = 28+7+21=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0715 is #E3F8EA. Grayscale: #0E0E0E. Windows color (decimal): -14940395 or 1378076. OLE color: 1378076.

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

Color convert

RGB28721-
CMYK00.750.250.89
HSL320º60%6.86%-
HSV(B)320º75%10.98%-
XYZ0.690.450.76-
YUV14.88131.46137.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2872100.750.250.89320606.86
Hex1C71504B19591403c7
Octal34725011331131500747
Binary111001111010101001011110011011001101000000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,7,21); }

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

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

 a { background-color: rgb(28,7,21); }

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

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

 span { border-color: rgb(28,7,21); }

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