#1C0915

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

Shades of Melanzane #1C0915

Tints of Melanzane #1C0915

Color information

#1C0915 (or 0x1C0915) is unknown color: approx Melanzane. HEX triplet: 1C, 09 and 15. RGB value is (28,9,21). Sum of RGB (Red+Green+Blue) = 28+9+21=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0915 is #E3F6EA. Grayscale: #101010. Windows color (decimal): -14939883 or 1378588. OLE color: 1378588.

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

Color convert

RGB28921-
CMYK00.680.250.89
HSL322.11º51.35%7.25%-
HSV(B)322.11º67.86%10.98%-
XYZ0.710.50.77-
YUV16.05130.79136.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 48.28%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=48.28%
G=15.52%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2892100.680.250.89322.1151.357.25
Hex1C9150441959142337
Octal341125010431131502637
Binary1110010011010101000100110011011001101000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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