#12000D

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

Shades of Melanzane #12000D

Tints of Melanzane #12000D

Color information

#12000D (or 0x12000D) is unknown color: approx Melanzane. HEX triplet: 12, 00 and 0D. RGB value is (18,0,13). Sum of RGB (Red+Green+Blue) = 18+0+13=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #12000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000D is #EDFFF2. Grayscale: #060606. Windows color (decimal): -15597555 or 851986. OLE color: 851986.

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

Color convert

RGB18013-
CMYK010.280.93
HSL316.67º100%3.53%-
HSV(B)316.67º100%7.06%-
XYZ0.320.160.39-
YUV6.86131.46135.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 58.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 41.94%
R=58.06%
G=0%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18013010.280.93316.671003.53
Hex120D0641C5D13d644
Octal220150144341354751444
Binary1001001101011001001110010111011001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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