#1F1B12

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

Shades of Maire #1F1B12

Tints of Maire #1F1B12

Color information

#1F1B12 (or 0x1F1B12) is unknown color: approx Maire. HEX triplet: 1F, 1B and 12. RGB value is (31,27,18). Sum of RGB (Red+Green+Blue) = 31+27+18=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B12 is #E0E4ED. Grayscale: #1B1B1B. Windows color (decimal): -14738670 or 1186591. OLE color: 1186591.

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

Color convert

RGB312718-
CMYK00.130.420.88
HSL41.54º26.53%9.61%-
HSV(B)41.54º41.94%12.16%-
XYZ1.071.120.73-
YUV27.17122.83130.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=40.79%
G=35.53%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31271800.130.420.8841.5426.539.61
Hex1F1B120D2A582a1ba
Octal37332201552130523312
Binary111111101110010011011010101011000101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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