#1F1E01

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

Shades of Maire #1F1E01

Tints of Maire #1F1E01

Color information

#1F1E01 (or 0x1F1E01) is unknown color: approx Maire. HEX triplet: 1F, 1E and 01. RGB value is (31,30,1). Sum of RGB (Red+Green+Blue) = 31+30+1=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1E01 is #E0E1FE. Grayscale: #1B1B1B. Windows color (decimal): -14737919 or 73247. OLE color: 73247.

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

Color convert

RGB31301-
CMYK00.030.970.88
HSL58º93.75%6.27%-
HSV(B)58º96.77%12.16%-
XYZ1.031.220.21-
YUV26.99113.33130.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=50%
G=48.39%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3130100.030.970.885893.756.27
Hex1F1E10361583a5e6
Octal3736103141130721366
Binary11111111101011110000110110001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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