#12020D

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

Shades of Melanzane #12020D

Tints of Melanzane #12020D

Color information

#12020D (or 0x12020D) is unknown color: approx Melanzane. HEX triplet: 12, 02 and 0D. RGB value is (18,2,13). Sum of RGB (Red+Green+Blue) = 18+2+13=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020D is #EDFDF2. Grayscale: #080808. Windows color (decimal): -15597043 or 852498. OLE color: 852498.

HSL color Cylindrical-coordinate representation of color #12020D: hue angle of 318.75º 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 #12020D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB18213-
CMYK00.890.280.93
HSL318.75º80%3.92%-
HSV(B)318.75º88.89%7.06%-
XYZ0.340.20.4-
YUV8.04130.8135.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 13 (5.47% from 255) = 39.39%
R=54.55%
G=6.06%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821300.890.280.93318.75803.92
Hex122D0591C5D13f504
Octal222150131341354771204
Binary10010101101010110011110010111011001111111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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