#12030F

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

Shades of Melanzane #12030F

Tints of Melanzane #12030F

Color information

#12030F (or 0x12030F) is unknown color: approx Melanzane. HEX triplet: 12, 03 and 0F. RGB value is (18,3,15). Sum of RGB (Red+Green+Blue) = 18+3+15=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030F is #EDFCF0. Grayscale: #080808. Windows color (decimal): -15596785 or 983826. OLE color: 983826.

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

Color convert

RGB18315-
CMYK00.830.170.93
HSL312º71.43%4.12%-
HSV(B)312º83.33%7.06%-
XYZ0.370.230.48-
YUV8.85131.47134.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 41.67%
R=50%
G=8.33%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1831500.830.170.9331271.434.12
Hex123F053115D138474
Octal223170123211354701074
Binary10010111111010100111000110111011001110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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