Html Css Color HEX #121210 Maire

📋 copy color: '#121210'

red 18 ◦ green 18 ◦ blue 16

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

Shades of Maire #121210

Tints of Maire #121210

RGB

 RED value IS 18 (7.42% from 255) = 34.62%

 GREEN value IS 18 (7.42% from 255) = 34.62%

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 34.62%
G = 34.62%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#121210 (or 0x121210) is known color: Maire. HEX triplet: 12, 12 and 10. RGB value is (18,18,16). Sum of RGB (Red+Green+Blue) = 18+18+16=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 18 (7.42% from 255 or 34.62% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121210 is #EDEDEF. Grayscale: #111111. Windows color (decimal): -15592944 or 1053202. OLE color: 1053202.

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

Color convert

RGB 18 18 16 -
CMYK 0 0 0.11 0.93
HSL 60º 0.06% 0.07% -
HSV(B) 60º 0.11% 0.07% -
XYZ 0.56 0.6 0.58 -
YUV 17.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 18 18 16 0 0 0.11 0.93 60 0.06 0.07
Hex 12 12 10 0 0 B 5D 3C 6 7
Octal 22 22 20 0 0 13 135 74 6 7
Binary 10010 10010 10000 0 0 1011 1011101 111100 110 111

Color Harmonies of #121210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121210

Black with #121210

Text Example


Text Example

White with #121210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121210; }

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

 H1.HeaderClassName
 {
   color: #121210;
 }
 .AnyTagClassName
 {
   color: #121210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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