#1F1606

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

Shades of Maire #1F1606

Tints of Maire #1F1606

Color information

#1F1606 (or 0x1F1606) is unknown color: approx Maire. HEX triplet: 1F, 16 and 06. RGB value is (31,22,6). Sum of RGB (Red+Green+Blue) = 31+22+6=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1606 is #E0E9F9. Grayscale: #161616. Windows color (decimal): -14739962 or 398879. OLE color: 398879.

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

Color convert

RGB31226-
CMYK00.290.810.88
HSL38.4º67.57%7.25%-
HSV(B)38.4º80.65%12.16%-
XYZ0.880.880.3-
YUV22.87118.48133.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 22 (8.98% from 255) = 37.29%
BLUE value IS 6 (2.73% from 255) = 10.17%
R=52.54%
G=37.29%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122600.290.810.8838.467.577.25
Hex1F16601D515826447
Octal37266035121130461047
Binary1111110110110011101101000110110001001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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