#12090F

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

Shades of Melanzane #12090F

Tints of Melanzane #12090F

Color information

#12090F (or 0x12090F) is unknown color: approx Melanzane. HEX triplet: 12, 09 and 0F. RGB value is (18,9,15). Sum of RGB (Red+Green+Blue) = 18+9+15=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #12090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090F is #EDF6F0. Grayscale: #0C0C0C. Windows color (decimal): -15595249 or 985362. OLE color: 985362.

HSL color Cylindrical-coordinate representation of color #12090F: hue angle of 320º 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 #12090F is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB18915-
CMYK00.50.170.93
HSL320º33.33%5.29%-
HSV(B)320º50%7.06%-
XYZ0.430.360.5-
YUV12.38129.48132.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891500.50.170.9332033.335.29
Hex129F032115D140215
Octal22111706221135500415
Binary10010100111110110010100011011101101000000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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