#1F1B0E

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

Shades of Maire #1F1B0E

Tints of Maire #1F1B0E

Color information

#1F1B0E (or 0x1F1B0E) is unknown color: approx Maire. HEX triplet: 1F, 1B and 0E. RGB value is (31,27,14). Sum of RGB (Red+Green+Blue) = 31+27+14=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B0E is #E0E4F1. Grayscale: #1A1A1A. Windows color (decimal): -14738674 or 924447. OLE color: 924447.

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

Color convert

RGB312714-
CMYK00.130.550.88
HSL45.88º37.78%8.82%-
HSV(B)45.88º54.84%12.16%-
XYZ1.041.110.57-
YUV26.71120.83131.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 19.44%
R=43.06%
G=37.5%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31271400.130.550.8845.8837.788.82
Hex1F1BE0D37582e269
Octal37331601567130564611
Binary111111101111100110111011110110001011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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