#1B1B12

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

Shades of Maire #1B1B12

Tints of Maire #1B1B12

Color information

#1B1B12 (or 0x1B1B12) is unknown color: approx Maire. HEX triplet: 1B, 1B and 12. RGB value is (27,27,18). Sum of RGB (Red+Green+Blue) = 27+27+18=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B12 is #E4E4ED. Grayscale: #1A1A1A. Windows color (decimal): -15000814 or 1186587. OLE color: 1186587.

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

Color convert

RGB272718-
CMYK000.330.89
HSL60º20%8.82%-
HSV(B)60º33.33%10.59%-
XYZ0.951.060.73-
YUV25.97123.5128.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 25%
R=37.5%
G=37.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal272718000.330.8960208.82
Hex1B1B120021593c149
Octal3333220041131742411
Binary110111101110010001000011011001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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