#1C0215

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

Shades of Melanzane #1C0215

Tints of Melanzane #1C0215

Color information

#1C0215 (or 0x1C0215) is unknown color: approx Melanzane. HEX triplet: 1C, 02 and 15. RGB value is (28,2,21). Sum of RGB (Red+Green+Blue) = 28+2+21=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0215 is #E3FDEA. Grayscale: #0B0B0B. Windows color (decimal): -14941675 or 1376796. OLE color: 1376796.

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

Color convert

RGB28221-
CMYK00.930.250.89
HSL316.15º86.67%5.88%-
HSV(B)316.15º92.86%10.98%-
XYZ0.640.340.74-
YUV11.94133.11139.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 54.90%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=54.90%
G=3.92%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2822100.930.250.89316.1586.675.88
Hex1C21505D195913c576
Octal342250135311314741276
Binary111001010101010111011100110110011001111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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