#1C0316

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

Shades of Melanzane #1C0316

Tints of Melanzane #1C0316

Color information

#1C0316 (or 0x1C0316) is unknown color: approx Melanzane. HEX triplet: 1C, 03 and 16. RGB value is (28,3,22). Sum of RGB (Red+Green+Blue) = 28+3+22=53 (7% of max value = 765). Red value is 28 (11.33% from 255 or 52.83% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0316 is #E3FCE9. Grayscale: #0C0C0C. Windows color (decimal): -14941418 or 1442588. OLE color: 1442588.

HSL color Cylindrical-coordinate representation of color #1C0316: hue angle of 314.4º 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 #1C0316 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB28322-
CMYK00.890.210.89
HSL314.4º80.65%6.08%-
HSV(B)314.4º89.29%10.98%-
XYZ0.660.370.8-
YUV12.64133.28138.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 52.83%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=52.83%
G=5.66%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2832200.890.210.89314.480.656.08
Hex1C316059155913a516
Octal343260131251314721216
Binary111001110110010110011010110110011001110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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