#12050D

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

Shades of Melanzane #12050D

Tints of Melanzane #12050D

Color information

#12050D (or 0x12050D) is unknown color: approx Melanzane. HEX triplet: 12, 05 and 0D. RGB value is (18,5,13). Sum of RGB (Red+Green+Blue) = 18+5+13=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050D is #EDFAF2. Grayscale: #090909. Windows color (decimal): -15596275 or 853266. OLE color: 853266.

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

Color convert

RGB18513-
CMYK00.720.280.93
HSL323.08º56.52%4.51%-
HSV(B)323.08º72.22%7.06%-
XYZ0.380.270.41-
YUV9.8129.81133.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 13.89%
BLUE value IS 13 (5.47% from 255) = 36.11%
R=50%
G=13.89%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1851300.720.280.93323.0856.524.51
Hex125D0481C5D143395
Octal22515011034135503715
Binary10010101110101001000111001011101101000011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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