#1B1912

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

Shades of Maire #1B1912

Tints of Maire #1B1912

Color information

#1B1912 (or 0x1B1912) is unknown color: approx Maire. HEX triplet: 1B, 19 and 12. RGB value is (27,25,18). Sum of RGB (Red+Green+Blue) = 27+25+18=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1912 is #E4E6ED. Grayscale: #181818. Windows color (decimal): -15001326 or 1186075. OLE color: 1186075.

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

Color convert

RGB272518-
CMYK00.070.330.89
HSL46.67º20%8.82%-
HSV(B)46.67º33.33%10.59%-
XYZ0.910.970.71-
YUV24.8124.16129.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.57%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=38.57%
G=35.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27251800.070.330.8946.67208.82
Hex1B19120721592f149
Octal3331220741131572411
Binary11011110011001001111000011011001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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