#1F1908

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

Shades of Maire #1F1908

Tints of Maire #1F1908

Color information

#1F1908 (or 0x1F1908) is unknown color: approx Maire. HEX triplet: 1F, 19 and 08. RGB value is (31,25,8). Sum of RGB (Red+Green+Blue) = 31+25+8=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1908 is #E0E6F7. Grayscale: #181818. Windows color (decimal): -14739192 or 530719. OLE color: 530719.

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

Color convert

RGB31258-
CMYK00.190.740.88
HSL44.35º58.97%7.65%-
HSV(B)44.35º74.19%12.16%-
XYZ0.9610.37-
YUV24.86118.49132.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 8 (3.52% from 255) = 12.5%
R=48.44%
G=39.06%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3125800.190.740.8844.3558.977.65
Hex1F1980134A582c3b8
Octal373110023112130547310
Binary11111110011000010011100101010110001011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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