#12010F

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

Shades of Melanzane #12010F

Tints of Melanzane #12010F

Color information

#12010F (or 0x12010F) is unknown color: approx Melanzane. HEX triplet: 12, 01 and 0F. RGB value is (18,1,15). Sum of RGB (Red+Green+Blue) = 18+1+15=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010F is #EDFEF0. Grayscale: #070707. Windows color (decimal): -15597297 or 983314. OLE color: 983314.

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

Color convert

RGB18115-
CMYK00.940.170.93
HSL310.59º89.47%3.73%-
HSV(B)310.59º94.44%7.06%-
XYZ0.350.180.47-
YUV7.68132.13135.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 15 (6.25% from 255) = 44.12%
R=52.94%
G=2.94%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811500.940.170.93310.5989.473.73
Hex121F05E115D137594
Octal221170136211354671314
Binary1001011111010111101000110111011001101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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