#12010D

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

Shades of Melanzane #12010D

Tints of Melanzane #12010D

Color information

#12010D (or 0x12010D) is unknown color: approx Melanzane. HEX triplet: 12, 01 and 0D. RGB value is (18,1,13). Sum of RGB (Red+Green+Blue) = 18+1+13=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010D is #EDFEF2. Grayscale: #070707. Windows color (decimal): -15597299 or 852242. OLE color: 852242.

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

Color convert

RGB18113-
CMYK00.940.280.93
HSL317.65º89.47%3.73%-
HSV(B)317.65º94.44%7.06%-
XYZ0.330.180.4-
YUV7.45131.13135.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 13 (5.47% from 255) = 40.62%
R=56.25%
G=3.12%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811300.940.280.93317.6589.473.73
Hex121D05E1C5D13e594
Octal221150136341354761314
Binary1001011101010111101110010111011001111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12010D; }

 p { color: rgb(18,1,13); }

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

<style>
 a { background-color: #12010D; }

 a { background-color: rgb(18,1,13); }

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

<style>
 span { border-color: #12010D; }

 span { border-color: rgb(18,1,13); }

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