#121211

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

Shades of Maire #121211

Tints of Maire #121211

Color information

#121211 (or 0x121211) is unknown color: approx Maire. HEX triplet: 12, 12 and 11. RGB value is (18,18,17). Sum of RGB (Red+Green+Blue) = 18+18+17=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121211 is #EDEDEE. Grayscale: #111111. Windows color (decimal): -15592943 or 1118738. OLE color: 1118738.

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

Color convert

RGB181817-
CMYK000.060.93
HSL60º2.86%6.86%-
HSV(B)60º5.56%7.06%-
XYZ0.570.60.62-
YUV17.89127.5128.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=33.96%
G=33.96%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181817000.060.93602.866.86
Hex1212110065D3c37
Octal2222210061357437
Binary10010100101000100110101110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121211; }

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

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

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

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

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

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

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

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