#161401

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

Shades of Maire #161401

Tints of Maire #161401

Color information

#161401 (or 0x161401) is unknown color: approx Maire. HEX triplet: 16, 14 and 01. RGB value is (22,20,1). Sum of RGB (Red+Green+Blue) = 22+20+1=43 (5% of max value = 765). Red value is 22 (8.98% from 255 or 51.16% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 22 - color contains mainly: red. Hex color #161401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161401 is #E9EBFE. Grayscale: #121212. Windows color (decimal): -15330303 or 70678. OLE color: 70678.

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

Color convert

RGB22201-
CMYK00.090.950.91
HSL54.29º91.3%4.51%-
HSV(B)54.29º95.45%8.63%-
XYZ0.590.670.13-
YUV18.43118.16130.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 51.16%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=51.16%
G=46.51%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2220100.090.950.9154.2991.34.51
Hex16141095F5B365b5
Octal26241011137133661335
Binary1011010100101001101111110110111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161401; }

 p { color: rgb(22,20,1); }

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

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

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

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

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

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

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