#161309

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

Shades of Maire #161309

Tints of Maire #161309

Color information

#161309 (or 0x161309) is unknown color: approx Maire. HEX triplet: 16, 13 and 09. RGB value is (22,19,9). Sum of RGB (Red+Green+Blue) = 22+19+9=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 19 (7.81% from 255 or 38% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #161309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161309 is #E9ECF6. Grayscale: #121212. Windows color (decimal): -15330551 or 594710. OLE color: 594710.

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

Color convert

RGB22199-
CMYK00.140.590.91
HSL46.15º41.94%6.08%-
HSV(B)46.15º59.09%8.63%-
XYZ0.610.660.35-
YUV18.76122.49130.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44%
GREEN value IS 19 (7.81% from 255) = 38%
BLUE value IS 9 (3.91% from 255) = 18%
R=44%
G=38%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2219900.140.590.9146.1541.946.08
Hex161390E3B5B2e2a6
Octal2623110167313356526
Binary10110100111001011101110111011011101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161309; }

 p { color: rgb(22,19,9); }

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

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

 a { background-color: rgb(22,19,9); }

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

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

 span { border-color: rgb(22,19,9); }

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