#1F1B0F

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

Shades of Maire #1F1B0F

Tints of Maire #1F1B0F

Color information

#1F1B0F (or 0x1F1B0F) is unknown color: approx Maire. HEX triplet: 1F, 1B and 0F. RGB value is (31,27,15). Sum of RGB (Red+Green+Blue) = 31+27+15=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B0F is #E0E4F0. Grayscale: #1A1A1A. Windows color (decimal): -14738673 or 989983. OLE color: 989983.

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

Color convert

RGB312715-
CMYK00.130.520.88
HSL45º34.78%9.02%-
HSV(B)45º51.61%12.16%-
XYZ1.041.110.61-
YUV26.83121.33130.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=42.47%
G=36.99%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31271500.130.520.884534.789.02
Hex1F1BF0D34582d239
Octal37331701564130554311
Binary111111101111110110111010010110001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,27,15); }

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

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

 a { background-color: rgb(31,27,15); }

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

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

 span { border-color: rgb(31,27,15); }

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