#12040D

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

Shades of Melanzane #12040D

Tints of Melanzane #12040D

Color information

#12040D (or 0x12040D) is unknown color: approx Melanzane. HEX triplet: 12, 04 and 0D. RGB value is (18,4,13). Sum of RGB (Red+Green+Blue) = 18+4+13=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040D is #EDFBF2. Grayscale: #090909. Windows color (decimal): -15596531 or 853010. OLE color: 853010.

HSL color Cylindrical-coordinate representation of color #12040D: hue angle of 321.43º 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 #12040D is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB18413-
CMYK00.780.280.93
HSL321.43º63.64%4.31%-
HSV(B)321.43º77.78%7.06%-
XYZ0.370.240.41-
YUV9.21130.14134.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=51.43%
G=11.43%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841300.780.280.93321.4363.644.31
Hex124D04E1C5D141404
Octal224150116341355011004
Binary100101001101010011101110010111011010000011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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