#1F1601

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

Shades of Maire #1F1601

Tints of Maire #1F1601

Color information

#1F1601 (or 0x1F1601) is unknown color: approx Maire. HEX triplet: 1F, 16 and 01. RGB value is (31,22,1). Sum of RGB (Red+Green+Blue) = 31+22+1=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1601 is #E0E9FE. Grayscale: #161616. Windows color (decimal): -14739967 or 71199. OLE color: 71199.

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

Color convert

RGB31221-
CMYK00.290.970.88
HSL42º93.75%6.27%-
HSV(B)42º96.77%12.16%-
XYZ0.860.870.15-
YUV22.3115.98134.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 22 (8.98% from 255) = 40.74%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=57.41%
G=40.74%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3122100.290.970.884293.756.27
Hex1F16101D61582a5e6
Octal37261035141130521366
Binary11111101101011101110000110110001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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