#12040F

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

Shades of Melanzane #12040F

Tints of Melanzane #12040F

Color information

#12040F (or 0x12040F) is unknown color: approx Melanzane. HEX triplet: 12, 04 and 0F. RGB value is (18,4,15). Sum of RGB (Red+Green+Blue) = 18+4+15=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040F is #EDFBF0. Grayscale: #090909. Windows color (decimal): -15596529 or 984082. OLE color: 984082.

HSL color Cylindrical-coordinate representation of color #12040F: hue angle of 312.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB18415-
CMYK00.780.170.93
HSL312.86º63.64%4.31%-
HSV(B)312.86º77.78%7.06%-
XYZ0.380.250.48-
YUV9.44131.14134.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 15 (6.25% from 255) = 40.54%
R=48.65%
G=10.81%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841500.780.170.93312.8663.644.31
Hex124F04E115D139404
Octal224170116211354711004
Binary100101001111010011101000110111011001110011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12040F; }

 p { color: rgb(18,4,15); }

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

<style>
 a { background-color: #12040F; }

 a { background-color: rgb(18,4,15); }

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

<style>
 span { border-color: #12040F; }

 span { border-color: rgb(18,4,15); }

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