#12080F

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

Shades of Melanzane #12080F

Tints of Melanzane #12080F

Color information

#12080F (or 0x12080F) is unknown color: approx Melanzane. HEX triplet: 12, 08 and 0F. RGB value is (18,8,15). Sum of RGB (Red+Green+Blue) = 18+8+15=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #12080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080F is #EDF7F0. Grayscale: #0B0B0B. Windows color (decimal): -15595505 or 985106. OLE color: 985106.

HSL color Cylindrical-coordinate representation of color #12080F: hue angle of 318º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #12080F is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB18815-
CMYK00.560.170.93
HSL318º38.46%5.1%-
HSV(B)318º55.56%7.06%-
XYZ0.420.340.49-
YUV11.79129.81132.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=43.90%
G=19.51%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881500.560.170.9331838.465.1
Hex128F038115D13e265
Octal22101707021135476465
Binary10010100011110111000100011011101100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12080F; }

 p { color: rgb(18,8,15); }

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

<style>
 a { background-color: #12080F; }

 a { background-color: rgb(18,8,15); }

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

<style>
 span { border-color: #12080F; }

 span { border-color: rgb(18,8,15); }

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