#1F1909

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

Shades of Maire #1F1909

Tints of Maire #1F1909

Color information

#1F1909 (or 0x1F1909) is unknown color: approx Maire. HEX triplet: 1F, 19 and 09. RGB value is (31,25,9). Sum of RGB (Red+Green+Blue) = 31+25+9=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1909 is #E0E6F6. Grayscale: #191919. Windows color (decimal): -14739191 or 596255. OLE color: 596255.

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

Color convert

RGB31259-
CMYK00.190.710.88
HSL43.64º55%7.84%-
HSV(B)43.64º70.97%12.16%-
XYZ0.961.010.4-
YUV24.97118.99132.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=47.69%
G=38.46%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3125900.190.710.8843.64557.84
Hex1F19901347582c378
Octal373111023107130546710
Binary11111110011001010011100011110110001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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