#1B1811

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

Shades of Maire #1B1811

Tints of Maire #1B1811

Color information

#1B1811 (or 0x1B1811) is unknown color: approx Maire. HEX triplet: 1B, 18 and 11. RGB value is (27,24,17). Sum of RGB (Red+Green+Blue) = 27+24+17=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1811 is #E4E7EE. Grayscale: #181818. Windows color (decimal): -15001583 or 1120283. OLE color: 1120283.

HSL color Cylindrical-coordinate representation of color #1B1811: hue angle of 42º 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 #1B1811 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB272417-
CMYK00.110.370.89
HSL42º22.73%8.63%-
HSV(B)42º37.04%10.59%-
XYZ0.880.930.66-
YUV24.1123.99130.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 17 (7.03% from 255) = 25%
R=39.71%
G=35.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27241700.110.370.894222.738.63
Hex1B18110B25592a179
Octal33302101345131522711
Binary110111100010001010111001011011001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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