#1F1F19

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

Shades of Maire #1F1F19

Tints of Maire #1F1F19

Color information

#1F1F19 (or 0x1F1F19) is unknown color: approx Maire. HEX triplet: 1F, 1F and 19. RGB value is (31,31,25). Sum of RGB (Red+Green+Blue) = 31+31+25=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 31 - color contains mainly: red, green. Hex color #1F1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1F19 is #E0E0E6. Grayscale: #1E1E1E. Windows color (decimal): -14737639 or 1646367. OLE color: 1646367.

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

Color convert

RGB313125-
CMYK000.190.88
HSL60º10.71%10.98%-
HSV(B)60º19.35%12.16%-
XYZ1.231.341.11-
YUV30.32125128.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=35.63%
G=35.63%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313125000.190.886010.7110.98
Hex1F1F190013583cbb
Octal3737310023130741313
Binary1111111111110010010011101100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,25); }

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

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

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

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

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

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

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