#12050F

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

Shades of Melanzane #12050F

Tints of Melanzane #12050F

Color information

#12050F (or 0x12050F) is unknown color: approx Melanzane. HEX triplet: 12, 05 and 0F. RGB value is (18,5,15). Sum of RGB (Red+Green+Blue) = 18+5+15=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050F is #EDFAF0. Grayscale: #0A0A0A. Windows color (decimal): -15596273 or 984338. OLE color: 984338.

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

Color convert

RGB18515-
CMYK00.720.170.93
HSL313.85º56.52%4.51%-
HSV(B)313.85º72.22%7.06%-
XYZ0.390.270.48-
YUV10.03130.81133.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=47.37%
G=13.16%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851500.720.170.93313.8556.524.51
Hex125F048115D13a395
Octal22517011021135472715
Binary10010101111101001000100011011101100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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