#161500

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

Shades of Maire #161500

Tints of Maire #161500

Color information

#161500 (or 0x161500) is unknown color: approx Maire. HEX triplet: 16, 15 and 00. RGB value is (22,21,0). Sum of RGB (Red+Green+Blue) = 22+21+0=43 (5% of max value = 765). Red value is 22 (8.98% from 255 or 51.16% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 22 - color contains mainly: red. Hex color #161500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161500 is #E9EAFF. Grayscale: #121212. Windows color (decimal): -15330048 or 5398. OLE color: 5398.

HSL color Cylindrical-coordinate representation of color #161500: hue angle of 57.27º 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 #161500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB22210-
CMYK00.0510.91
HSL57.27º100%4.31%-
HSV(B)57.27º100%8.63%-
XYZ0.60.710.1-
YUV18.9117.33130.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 51.16%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.16%
G=48.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2221000.0510.9157.271004.31
Hex1615005645B39644
Octal2625005144133711444
Binary101101010100101110010010110111110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161500; }

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

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

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

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

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

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

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

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