Html Css Color HEX #121211 Maire

📋 copy color: '#121211'

red 18 ◦ green 18 ◦ blue 17

#121211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #121211

Tints of Maire #121211

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 value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#121211 (or 0x121211) is known color: 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

RGB 18 18 17 -
CMYK 0 0 0.06 0.93
HSL 60º 0.03% 0.07% -
HSV(B) 60º 0.06% 0.07% -
XYZ 0.57 0.6 0.62 -
YUV 17.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 18 18 17 0 0 0.06 0.93 60 0.03 0.07
Hex 12 12 11 0 0 6 5D 3C 3 7
Octal 22 22 21 0 0 6 135 74 3 7
Binary 10010 10010 10001 0 0 110 1011101 111100 11 111

Color Harmonies of #121211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121211

Black with #121211

Text Example


Text Example

White with #121211

Text Example


Text Example

HTML Codes & Css Web 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>