#1C0615

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

Shades of Melanzane #1C0615

Tints of Melanzane #1C0615

Color information

#1C0615 (or 0x1C0615) is unknown color: approx Melanzane. HEX triplet: 1C, 06 and 15. RGB value is (28,6,21). Sum of RGB (Red+Green+Blue) = 28+6+21=55 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50.91% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0615 is #E3F9EA. Grayscale: #0E0E0E. Windows color (decimal): -14940651 or 1377820. OLE color: 1377820.

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

Color convert

RGB28621-
CMYK00.790.250.89
HSL319.09º64.71%6.67%-
HSV(B)319.09º78.57%10.98%-
XYZ0.680.430.76-
YUV14.29131.79137.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50.91%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=50.91%
G=10.91%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2862100.790.250.89319.0964.716.67
Hex1C61504F195913f417
Octal346250117311314771017
Binary1110011010101010011111100110110011001111111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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