#12090E

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

Shades of Melanzane #12090E

Tints of Melanzane #12090E

Color information

#12090E (or 0x12090E) is unknown color: approx Melanzane. HEX triplet: 12, 09 and 0E. RGB value is (18,9,14). Sum of RGB (Red+Green+Blue) = 18+9+14=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #12090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090E is #EDF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15595250 or 919826. OLE color: 919826.

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

Color convert

RGB18914-
CMYK00.50.220.93
HSL326.67º33.33%5.29%-
HSV(B)326.67º50%7.06%-
XYZ0.430.360.46-
YUV12.26128.98132.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=43.90%
G=21.95%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891400.50.220.93326.6733.335.29
Hex129E032165D147215
Octal22111606226135507415
Binary10010100111100110010101101011101101000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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