#12060E

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

Shades of Melanzane #12060E

Tints of Melanzane #12060E

Color information

#12060E (or 0x12060E) is unknown color: approx Melanzane. HEX triplet: 12, 06 and 0E. RGB value is (18,6,14). Sum of RGB (Red+Green+Blue) = 18+6+14=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060E is #EDF9F1. Grayscale: #0A0A0A. Windows color (decimal): -15596018 or 919058. OLE color: 919058.

HSL color Cylindrical-coordinate representation of color #12060E: hue angle of 320º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12060E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB18614-
CMYK00.670.220.93
HSL320º50%4.71%-
HSV(B)320º66.67%7.06%-
XYZ0.390.290.45-
YUV10.5129.98133.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=47.37%
G=15.79%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861400.670.220.93320504.71
Hex126E043165D140325
Octal22616010326135500625
Binary10010110111001000011101101011101101000000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12060E; }

 p { color: rgb(18,6,14); }

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

<style>
 a { background-color: #12060E; }

 a { background-color: rgb(18,6,14); }

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

<style>
 span { border-color: #12060E; }

 span { border-color: rgb(18,6,14); }

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