#161307

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

Shades of Maire #161307

Tints of Maire #161307

Color information

#161307 (or 0x161307) is unknown color: approx Maire. HEX triplet: 16, 13 and 07. RGB value is (22,19,7). Sum of RGB (Red+Green+Blue) = 22+19+7=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 22 - color contains mainly: red. Hex color #161307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161307 is #E9ECF8. Grayscale: #121212. Windows color (decimal): -15330553 or 463638. OLE color: 463638.

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

Color convert

RGB22197-
CMYK00.140.680.91
HSL48º51.72%5.69%-
HSV(B)48º68.18%8.63%-
XYZ0.60.650.3-
YUV18.53121.49130.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=45.83%
G=39.58%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2219700.140.680.914851.725.69
Hex161370E445B30346
Octal2623701610413360646
Binary10110100111110111010001001011011110000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161307; }

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

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

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

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

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

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

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

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