#1B1913

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

Shades of Maire #1B1913

Tints of Maire #1B1913

Color information

#1B1913 (or 0x1B1913) is unknown color: approx Maire. HEX triplet: 1B, 19 and 13. RGB value is (27,25,19). Sum of RGB (Red+Green+Blue) = 27+25+19=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1913 is #E4E6EC. Grayscale: #181818. Windows color (decimal): -15001325 or 1251611. OLE color: 1251611.

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

Color convert

RGB272519-
CMYK00.070.300.89
HSL45º17.39%9.02%-
HSV(B)45º29.63%10.59%-
XYZ0.920.980.76-
YUV24.91124.66129.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=38.03%
G=35.21%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27251900.070.300.894517.399.02
Hex1B1913071E592d119
Octal3331230736131552111
Binary1101111001100110111111101011001101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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