#121109

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

Shades of Maire #121109

Tints of Maire #121109

Color information

#121109 (or 0x121109) is unknown color: approx Maire. HEX triplet: 12, 11 and 09. RGB value is (18,17,9). Sum of RGB (Red+Green+Blue) = 18+17+9=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #121109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121109 is #EDEEF6. Grayscale: #101010. Windows color (decimal): -15593207 or 594194. OLE color: 594194.

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

Color convert

RGB18179-
CMYK00.060.50.93
HSL53.33º33.33%5.29%-
HSV(B)53.33º50%7.06%-
XYZ0.50.550.34-
YUV16.39123.83129.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=40.91%
G=38.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1817900.060.50.9353.3333.335.29
Hex1211906325D35215
Octal222111066213565415
Binary1001010001100101101100101011101110101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121109; }

 p { color: rgb(18,17,9); }

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

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

 a { background-color: rgb(18,17,9); }

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

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

 span { border-color: rgb(18,17,9); }

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