Html Css Color HEX #121201 Maire

📋 copy color: '#121201'

red 18 ◦ green 18 ◦ blue 1

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

Shades of Maire #121201

Tints of Maire #121201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.7%

R = 48.65%
G = 48.65%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#121201 (or 0x121201) is known color: Maire. HEX triplet: 12, 12 and 01. RGB value is (18,18,1). Sum of RGB (Red+Green+Blue) = 18+18+1=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121201 is #EDEDFE. Grayscale: #101010. Windows color (decimal): -15592959 or 70162. OLE color: 70162.

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

Color convert

RGB 18 18 1 -
CMYK 0 0 0.94 0.93
HSL 60º 0.89% 0.04% -
HSV(B) 60º 0.94% 0.07% -
XYZ 0.47 0.56 0.11 -
YUV 16.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 18 18 1 0 0 0.94 0.93 60 0.89 0.04
Hex 12 12 1 0 0 5E 5D 3C 59 4
Octal 22 22 1 0 0 136 135 74 131 4
Binary 10010 10010 1 0 0 1011110 1011101 111100 1011001 100

Color Harmonies of #121201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121201

Black with #121201

Text Example


Text Example

White with #121201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121201; }

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

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

background-color css

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

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

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

border-color css

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

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

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