#1F1808

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

Shades of Maire #1F1808

Tints of Maire #1F1808

Color information

#1F1808 (or 0x1F1808) is unknown color: approx Maire. HEX triplet: 1F, 18 and 08. RGB value is (31,24,8). Sum of RGB (Red+Green+Blue) = 31+24+8=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1808 is #E0E7F7. Grayscale: #181818. Windows color (decimal): -14739448 or 530463. OLE color: 530463.

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

Color convert

RGB31248-
CMYK00.230.740.88
HSL41.74º58.97%7.65%-
HSV(B)41.74º74.19%12.16%-
XYZ0.940.960.37-
YUV24.27118.82132.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=49.21%
G=38.10%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3124800.230.740.8841.7458.977.65
Hex1F1880174A582a3b8
Octal373010027112130527310
Binary11111110001000010111100101010110001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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