#12000C

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

Shades of Melanzane #12000C

Tints of Melanzane #12000C

Color information

#12000C (or 0x12000C) is unknown color: approx Melanzane. HEX triplet: 12, 00 and 0C. RGB value is (18,0,12). Sum of RGB (Red+Green+Blue) = 18+0+12=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000C is #EDFFF3. Grayscale: #060606. Windows color (decimal): -15597556 or 786450. OLE color: 786450.

HSL color Cylindrical-coordinate representation of color #12000C: hue angle of 320º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12000C is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB18012-
CMYK010.330.93
HSL320º100%3.53%-
HSV(B)320º100%7.06%-
XYZ0.320.160.36-
YUV6.75130.96136.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18012010.330.933201003.53
Hex120C064215D140644
Octal220140144411355001444
Binary10010011000110010010000110111011010000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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