#12060D

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

Shades of Melanzane #12060D

Tints of Melanzane #12060D

Color information

#12060D (or 0x12060D) is unknown color: approx Melanzane. HEX triplet: 12, 06 and 0D. RGB value is (18,6,13). Sum of RGB (Red+Green+Blue) = 18+6+13=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060D is #EDF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15596019 or 853522. OLE color: 853522.

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

Color convert

RGB18613-
CMYK00.670.280.93
HSL325º50%4.71%-
HSV(B)325º66.67%7.06%-
XYZ0.390.290.42-
YUV10.39129.48133.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=48.65%
G=16.22%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861300.670.280.93325504.71
Hex126D0431C5D145325
Octal22615010334135505625
Binary10010110110101000011111001011101101000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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