#1F1D10

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

Shades of Maire #1F1D10

Tints of Maire #1F1D10

Color information

#1F1D10 (or 0x1F1D10) is unknown color: approx Maire. HEX triplet: 1F, 1D and 10. RGB value is (31,29,16). Sum of RGB (Red+Green+Blue) = 31+29+16=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D10 is #E0E2EF. Grayscale: #1C1C1C. Windows color (decimal): -14738160 or 1056031. OLE color: 1056031.

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

Color convert

RGB312916-
CMYK00.060.480.88
HSL52º31.91%9.22%-
HSV(B)52º48.39%12.16%-
XYZ1.11.210.67-
YUV28.12121.16130.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 16 (6.64% from 255) = 21.05%
R=40.79%
G=38.16%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31291600.060.480.885231.919.22
Hex1F1D1006305834209
Octal3735200660130644011
Binary111111110110000011011000010110001101001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,29,16); }

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

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

 a { background-color: rgb(31,29,16); }

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

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

 span { border-color: rgb(31,29,16); }

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