#1F1809

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

Shades of Maire #1F1809

Tints of Maire #1F1809

Color information

#1F1809 (or 0x1F1809) is unknown color: approx Maire. HEX triplet: 1F, 18 and 09. RGB value is (31,24,9). Sum of RGB (Red+Green+Blue) = 31+24+9=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1809 is #E0E7F6. Grayscale: #181818. Windows color (decimal): -14739447 or 595999. OLE color: 595999.

HSL color Cylindrical-coordinate representation of color #1F1809: hue angle of 40.91º 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 #1F1809 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB31249-
CMYK00.230.710.88
HSL40.91º55%7.84%-
HSV(B)40.91º70.97%12.16%-
XYZ0.940.960.39-
YUV24.38119.32132.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=48.44%
G=37.5%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3124900.230.710.8840.91557.84
Hex1F189017475829378
Octal373011027107130516710
Binary11111110001001010111100011110110001010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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