#1C0115

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

Shades of Melanzane #1C0115

Tints of Melanzane #1C0115

Color information

#1C0115 (or 0x1C0115) is unknown color: approx Melanzane. HEX triplet: 1C, 01 and 15. RGB value is (28,1,21). Sum of RGB (Red+Green+Blue) = 28+1+21=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0115 is #E3FEEA. Grayscale: #0B0B0B. Windows color (decimal): -14941931 or 1376540. OLE color: 1376540.

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

Color convert

RGB28121-
CMYK00.960.250.89
HSL315.56º93.1%5.69%-
HSV(B)315.56º96.43%10.98%-
XYZ0.630.320.74-
YUV11.35133.45139.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 56%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 21 (8.59% from 255) = 42%
R=56%
G=2%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812100.960.250.89315.5693.15.69
Hex1C115060195913c5d6
Octal341250140311314741356
Binary11100110101011000001100110110011001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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