#121301

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

Shades of Maire #121301

Tints of Maire #121301

Color information

#121301 (or 0x121301) is unknown color: approx Maire. HEX triplet: 12, 13 and 01. RGB value is (18,19,1). Sum of RGB (Red+Green+Blue) = 18+19+1=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #121301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121301 is #EDECFE. Grayscale: #101010. Windows color (decimal): -15592703 or 70418. OLE color: 70418.

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

Color convert

RGB18191-
CMYK0.0500.950.93
HSL63.33º90%3.92%-
HSV(B)63.33º94.74%7.45%-
XYZ0.490.60.12-
YUV16.65119.17128.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=47.37%
G=50%
B=2.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181910.0500.950.9363.33903.92
Hex12131505F5D3f5a4
Octal2223150137135771324
Binary100101001111010101111110111011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121301; }

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

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

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

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

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

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

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

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