#1F190E

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

Shades of Maire #1F190E

Tints of Maire #1F190E

Color information

#1F190E (or 0x1F190E) is unknown color: approx Maire. HEX triplet: 1F, 19 and 0E. RGB value is (31,25,14). Sum of RGB (Red+Green+Blue) = 31+25+14=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190E is #E0E6F1. Grayscale: #191919. Windows color (decimal): -14739186 or 923935. OLE color: 923935.

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

Color convert

RGB312514-
CMYK00.190.550.88
HSL38.82º37.78%8.82%-
HSV(B)38.82º54.84%12.16%-
XYZ0.991.020.56-
YUV25.54121.49131.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 14 (5.86% from 255) = 20%
R=44.29%
G=35.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31251400.190.550.8838.8237.788.82
Hex1F19E013375827269
Octal37311602367130474611
Binary1111111001111001001111011110110001001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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