#1B1B19

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

Shades of Maire #1B1B19

Tints of Maire #1B1B19

Color information

#1B1B19 (or 0x1B1B19) is unknown color: approx Maire. HEX triplet: 1B, 1B and 19. RGB value is (27,27,25). Sum of RGB (Red+Green+Blue) = 27+27+25=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 27 - color contains mainly: red, green. Hex color #1B1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1B19 is #E4E4E6. Grayscale: #1A1A1A. Windows color (decimal): -15000807 or 1645339. OLE color: 1645339.

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

Color convert

RGB272725-
CMYK000.070.89
HSL60º3.85%10.2%-
HSV(B)60º7.41%10.59%-
XYZ1.021.091.08-
YUV26.77127128.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=34.18%
G=34.18%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal272725000.070.89603.8510.2
Hex1B1B19007593c4a
Octal33333100713174412
Binary1101111011110010011110110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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