#12030C

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

Shades of Melanzane #12030C

Tints of Melanzane #12030C

Color information

#12030C (or 0x12030C) is unknown color: approx Melanzane. HEX triplet: 12, 03 and 0C. RGB value is (18,3,12). Sum of RGB (Red+Green+Blue) = 18+3+12=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12030C is #EDFCF3. Grayscale: #080808. Windows color (decimal): -15596788 or 787218. OLE color: 787218.

HSL color Cylindrical-coordinate representation of color #12030C: hue angle of 324º 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 #12030C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB18312-
CMYK00.830.330.93
HSL324º71.43%4.12%-
HSV(B)324º83.33%7.06%-
XYZ0.350.220.37-
YUV8.51129.97134.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1831200.830.330.9332471.434.12
Hex123C053215D144474
Octal223140123411355041074
Binary100101111000101001110000110111011010001001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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