#12020F

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

Shades of Melanzane #12020F

Tints of Melanzane #12020F

Color information

#12020F (or 0x12020F) is unknown color: approx Melanzane. HEX triplet: 12, 02 and 0F. RGB value is (18,2,15). Sum of RGB (Red+Green+Blue) = 18+2+15=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020F is #EDFDF0. Grayscale: #080808. Windows color (decimal): -15597041 or 983570. OLE color: 983570.

HSL color Cylindrical-coordinate representation of color #12020F: hue angle of 311.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12020F is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB18215-
CMYK00.890.170.93
HSL311.25º80%3.92%-
HSV(B)311.25º88.89%7.06%-
XYZ0.360.210.47-
YUV8.27131.8134.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 2 (1.17% from 255) = 5.71%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=51.43%
G=5.71%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821500.890.170.93311.25803.92
Hex122F059115D137504
Octal222170131211354671204
Binary10010101111010110011000110111011001101111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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