#1F1D18

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

Shades of Maire #1F1D18

Tints of Maire #1F1D18

Color information

#1F1D18 (or 0x1F1D18) is unknown color: approx Maire. HEX triplet: 1F, 1D and 18. RGB value is (31,29,24). Sum of RGB (Red+Green+Blue) = 31+29+24=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1D18 is #E0E2E7. Grayscale: #1D1D1D. Windows color (decimal): -14738152 or 1580319. OLE color: 1580319.

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

Color convert

RGB312924-
CMYK00.060.230.88
HSL42.86º12.73%10.78%-
HSV(B)42.86º22.58%12.16%-
XYZ1.171.241.04-
YUV29.03125.16129.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.90%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=36.90%
G=34.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31292400.060.230.8842.8612.7310.78
Hex1F1D180617582bdb
Octal3735300627130531513
Binary111111110111000011010111101100010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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