#121001

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

Shades of Maire #121001

Tints of Maire #121001

Color information

#121001 (or 0x121001) is unknown color: approx Maire. HEX triplet: 12, 10 and 01. RGB value is (18,16,1). Sum of RGB (Red+Green+Blue) = 18+16+1=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #121001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121001 is #EDEFFE. Grayscale: #0E0E0E. Windows color (decimal): -15593471 or 69650. OLE color: 69650.

HSL color Cylindrical-coordinate representation of color #121001: hue angle of 52.94º 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 #121001 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB18161-
CMYK00.110.940.93
HSL52.94º89.47%3.73%-
HSV(B)52.94º94.44%7.06%-
XYZ0.440.50.1-
YUV14.89120.16130.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 16 (6.64% from 255) = 45.71%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=51.43%
G=45.71%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816100.110.940.9352.9489.473.73
Hex121010B5E5D35594
Octal22201013136135651314
Binary1001010000101011101111010111011101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121001; }

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

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

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

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

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

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

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

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