#1F1E1C

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

Shades of Maire #1F1E1C

Tints of Maire #1F1E1C

Color information

#1F1E1C (or 0x1F1E1C) is unknown color: approx Maire. HEX triplet: 1F, 1E and 1C. RGB value is (31,30,28). Sum of RGB (Red+Green+Blue) = 31+30+28=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E1C is #E0E1E3. Grayscale: #1E1E1E. Windows color (decimal): -14737892 or 1842719. OLE color: 1842719.

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

Color convert

RGB313028-
CMYK00.030.100.88
HSL40º5.08%11.57%-
HSV(B)40º9.68%12.16%-
XYZ1.241.31.28-
YUV30.07126.83128.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=34.83%
G=33.71%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31302800.030.100.88405.0811.57
Hex1F1E1C03A58285c
Octal373634031213050514
Binary111111111011100011101010110001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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