#1B1914

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

Shades of Maire #1B1914

Tints of Maire #1B1914

Color information

#1B1914 (or 0x1B1914) is unknown color: approx Maire. HEX triplet: 1B, 19 and 14. RGB value is (27,25,20). Sum of RGB (Red+Green+Blue) = 27+25+20=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1914 is #E4E6EB. Grayscale: #191919. Windows color (decimal): -15001324 or 1317147. OLE color: 1317147.

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

Color convert

RGB272520-
CMYK00.070.260.89
HSL42.86º14.89%9.22%-
HSV(B)42.86º25.93%10.59%-
XYZ0.930.980.8-
YUV25.03125.16129.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 25 (10.16% from 255) = 34.72%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=37.5%
G=34.72%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27252000.070.260.8942.8614.899.22
Hex1B1914071A592bf9
Octal3331240732131531711
Binary110111100110100011111010101100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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