#12050E

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

Shades of Melanzane #12050E

Tints of Melanzane #12050E

Color information

#12050E (or 0x12050E) is unknown color: approx Melanzane. HEX triplet: 12, 05 and 0E. RGB value is (18,5,14). Sum of RGB (Red+Green+Blue) = 18+5+14=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050E is #EDFAF1. Grayscale: #090909. Windows color (decimal): -15596274 or 918802. OLE color: 918802.

HSL color Cylindrical-coordinate representation of color #12050E: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050E is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB18514-
CMYK00.720.220.93
HSL318.46º56.52%4.51%-
HSV(B)318.46º72.22%7.06%-
XYZ0.380.270.45-
YUV9.91130.31133.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=48.65%
G=13.51%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851400.720.220.93318.4656.524.51
Hex125E048165D13e395
Octal22516011026135476715
Binary10010101111001001000101101011101100111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12050E; }

 p { color: rgb(18,5,14); }

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

<style>
 a { background-color: #12050E; }

 a { background-color: rgb(18,5,14); }

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

<style>
 span { border-color: #12050E; }

 span { border-color: rgb(18,5,14); }

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