#121304

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

Shades of Maire #121304

Tints of Maire #121304

Color information

#121304 (or 0x121304) is unknown color: approx Maire. HEX triplet: 12, 13 and 04. RGB value is (18,19,4). Sum of RGB (Red+Green+Blue) = 18+19+4=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #121304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121304 is #EDECFB. Grayscale: #111111. Windows color (decimal): -15592700 or 267026. OLE color: 267026.

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

Color convert

RGB18194-
CMYK0.0500.790.93
HSL64º65.22%4.51%-
HSV(B)64º78.95%7.45%-
XYZ0.50.60.2-
YUV16.99120.67128.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=43.90%
G=46.34%
B=9.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181940.0500.790.936465.224.51
Hex12134504F5D40415
Octal22234501171351001015
Binary100101001110010101001111101110110000001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121304; }

 p { color: rgb(18,19,4); }

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

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

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

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

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

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

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