#1B1911

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

Shades of Maire #1B1911

Tints of Maire #1B1911

Color information

#1B1911 (or 0x1B1911) is unknown color: approx Maire. HEX triplet: 1B, 19 and 11. RGB value is (27,25,17). Sum of RGB (Red+Green+Blue) = 27+25+17=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1911 is #E4E6EE. Grayscale: #181818. Windows color (decimal): -15001327 or 1120539. OLE color: 1120539.

HSL color Cylindrical-coordinate representation of color #1B1911: hue angle of 48º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1911 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB272517-
CMYK00.070.370.89
HSL48º22.73%8.63%-
HSV(B)48º37.04%10.59%-
XYZ0.90.970.67-
YUV24.69123.66129.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=39.13%
G=36.23%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27251700.070.370.894822.738.63
Hex1B191107255930179
Octal3331210745131602711
Binary11011110011000101111001011011001110000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,17); }

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

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

 a { background-color: rgb(27,25,17); }

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

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

 span { border-color: rgb(27,25,17); }

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