#121007

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

Shades of Maire #121007

Tints of Maire #121007

Color information

#121007 (or 0x121007) is unknown color: approx Maire. HEX triplet: 12, 10 and 07. RGB value is (18,16,7). Sum of RGB (Red+Green+Blue) = 18+16+7=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #121007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121007 is #EDEFF8. Grayscale: #0F0F0F. Windows color (decimal): -15593465 or 462866. OLE color: 462866.

HSL color Cylindrical-coordinate representation of color #121007: hue angle of 49.09º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121007 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB18167-
CMYK00.110.610.93
HSL49.09º44%4.9%-
HSV(B)49.09º61.11%7.06%-
XYZ0.470.510.28-
YUV15.57123.16129.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 7 (3.12% from 255) = 17.07%
R=43.90%
G=39.02%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816700.110.610.9349.09444.9
Hex121070B3D5D312c5
Octal222070137513561545
Binary1001010000111010111111011011101110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121007; }

 p { color: rgb(18,16,7); }

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

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

 a { background-color: rgb(18,16,7); }

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

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

 span { border-color: rgb(18,16,7); }

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