#1F2101

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

Shades of Maire #1F2101

Tints of Maire #1F2101

Color information

#1F2101 (or 0x1F2101) is unknown color: approx Maire. HEX triplet: 1F, 21 and 01. RGB value is (31,33,1). Sum of RGB (Red+Green+Blue) = 31+33+1=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2101 is #E0DEFE. Grayscale: #1C1C1C. Windows color (decimal): -14737151 or 74015. OLE color: 74015.

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

Color convert

RGB31331-
CMYK0.0600.970.87
HSL63.75º94.12%6.67%-
HSV(B)63.75º96.97%12.94%-
XYZ1.111.380.24-
YUV28.75112.34129.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=47.69%
G=50.77%
B=1.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal313310.0600.970.8763.7594.126.67
Hex1F211606157405e7
Octal37411601411271001367
Binary11111100001111001100001101011110000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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