#1F1605

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

Shades of Maire #1F1605

Tints of Maire #1F1605

Color information

#1F1605 (or 0x1F1605) is unknown color: approx Maire. HEX triplet: 1F, 16 and 05. RGB value is (31,22,5). Sum of RGB (Red+Green+Blue) = 31+22+5=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1605 is #E0E9FA. Grayscale: #161616. Windows color (decimal): -14739963 or 333343. OLE color: 333343.

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

Color convert

RGB31225-
CMYK00.290.840.88
HSL39.23º72.22%7.06%-
HSV(B)39.23º83.87%12.16%-
XYZ0.880.880.27-
YUV22.75117.98133.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=53.45%
G=37.93%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122500.290.840.8839.2372.227.06
Hex1F16501D545827487
Octal37265035124130471107
Binary1111110110101011101101010010110001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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