#161512

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

Shades of Maire #161512

Tints of Maire #161512

Color information

#161512 (or 0x161512) is unknown color: approx Maire. HEX triplet: 16, 15 and 12. RGB value is (22,21,18). Sum of RGB (Red+Green+Blue) = 22+21+18=61 (8% of max value = 765). Red value is 22 (8.98% from 255 or 36.07% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 22 - color contains mainly: red. Hex color #161512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161512 is #E9EAED. Grayscale: #141414. Windows color (decimal): -15330030 or 1185046. OLE color: 1185046.

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

Color convert

RGB222118-
CMYK00.050.180.91
HSL45º10%7.84%-
HSV(B)45º18.18%8.63%-
XYZ0.710.750.68-
YUV20.96126.33128.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 36.07%
GREEN value IS 21 (8.59% from 255) = 34.43%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=36.07%
G=34.43%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal22211800.050.180.9145107.84
Hex16151205125B2da8
Octal2625220522133551210
Binary101101010110010010110010101101110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161512; }

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

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

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

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

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

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

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

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