#121203

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

Shades of Maire #121203

Tints of Maire #121203

Color information

#121203 (or 0x121203) is unknown color: approx Maire. HEX triplet: 12, 12 and 03. RGB value is (18,18,3). Sum of RGB (Red+Green+Blue) = 18+18+3=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121203 is #EDEDFC. Grayscale: #101010. Windows color (decimal): -15592957 or 201234. OLE color: 201234.

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

Color convert

RGB18183-
CMYK000.830.93
HSL60º71.43%4.12%-
HSV(B)60º83.33%7.06%-
XYZ0.480.570.17-
YUV16.29120.5129.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=46.15%
G=46.15%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18183000.830.936071.434.12
Hex1212300535D3c474
Octal2222300123135741074
Binary10010100101100101001110111011111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121203; }

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

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

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

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

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

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

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

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