#1F1701

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

Shades of Maire #1F1701

Tints of Maire #1F1701

Color information

#1F1701 (or 0x1F1701) is unknown color: approx Maire. HEX triplet: 1F, 17 and 01. RGB value is (31,23,1). Sum of RGB (Red+Green+Blue) = 31+23+1=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1701 is #E0E8FE. Grayscale: #161616. Windows color (decimal): -14739711 or 71455. OLE color: 71455.

HSL color Cylindrical-coordinate representation of color #1F1701: hue angle of 44º 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 #1F1701 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB31231-
CMYK00.260.970.88
HSL44º93.75%6.27%-
HSV(B)44º96.77%12.16%-
XYZ0.880.910.16-
YUV22.88115.65133.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=56.36%
G=41.82%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3123100.260.970.884493.756.27
Hex1F17101A61582c5e6
Octal37271032141130541366
Binary11111101111011010110000110110001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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