#161400

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

Shades of Maire #161400

Tints of Maire #161400

Color information

#161400 (or 0x161400) is unknown color: approx Maire. HEX triplet: 16, 14 and 00. RGB value is (22,20,0). Sum of RGB (Red+Green+Blue) = 22+20+0=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #161400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161400 is #E9EBFF. Grayscale: #121212. Windows color (decimal): -15330304 or 5142. OLE color: 5142.

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

Color convert

RGB22200-
CMYK00.0910.91
HSL54.55º100%4.31%-
HSV(B)54.55º100%8.63%-
XYZ0.580.670.1-
YUV18.32117.66130.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 52.38%
GREEN value IS 20 (8.20% from 255) = 47.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.38%
G=47.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2220000.0910.9154.551004.31
Hex1614009645B37644
Octal26240011144133671444
Binary1011010100001001110010010110111101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161400; }

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

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

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

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

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

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

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

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