#1F1F16

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

Shades of Maire #1F1F16

Tints of Maire #1F1F16

Color information

#1F1F16 (or 0x1F1F16) is unknown color: approx Maire. HEX triplet: 1F, 1F and 16. RGB value is (31,31,22). Sum of RGB (Red+Green+Blue) = 31+31+22=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F16 is #E0E0E9. Grayscale: #1E1E1E. Windows color (decimal): -14737642 or 1449759. OLE color: 1449759.

HSL color Cylindrical-coordinate representation of color #1F1F16: hue angle of 60º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1F16 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB313122-
CMYK000.290.88
HSL60º16.98%10.39%-
HSV(B)60º29.03%12.16%-
XYZ1.21.330.95-
YUV29.97123.5128.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=36.90%
G=36.90%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313122000.290.886016.9810.39
Hex1F1F16001D583c11a
Octal3737260035130742112
Binary11111111111011000111011011000111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1F16; }

 p { color: rgb(31,31,22); }

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

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

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

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

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

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

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