#1C0F18

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

Shades of Melanzane #1C0F18

Tints of Melanzane #1C0F18

Color information

#1C0F18 (or 0x1C0F18) is unknown color: approx Melanzane. HEX triplet: 1C, 0F and 18. RGB value is (28,15,24). Sum of RGB (Red+Green+Blue) = 28+15+24=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F18 is #E3F0E7. Grayscale: #131313. Windows color (decimal): -14938344 or 1576732. OLE color: 1576732.

HSL color Cylindrical-coordinate representation of color #1C0F18: hue angle of 318.46º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F18 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB281524-
CMYK00.460.140.89
HSL318.46º30.23%8.43%-
HSV(B)318.46º46.43%10.98%-
XYZ0.810.650.95-
YUV19.91130.31133.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=41.79%
G=22.39%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28152400.460.140.89318.4630.238.43
Hex1CF1802EE5913e1e8
Octal341730056161314763610
Binary11100111111000010111011101011001100111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,15,24); }

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

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

 a { background-color: rgb(28,15,24); }

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

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

 span { border-color: rgb(28,15,24); }

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