#1A1917

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

Shades of Maire #1A1917

Tints of Maire #1A1917

Color information

#1A1917 (or 0x1A1917) is unknown color: approx Maire. HEX triplet: 1A, 19 and 17. RGB value is (26,25,23). Sum of RGB (Red+Green+Blue) = 26+25+23=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1917 is #E5E6E8. Grayscale: #191919. Windows color (decimal): -15066857 or 1513754. OLE color: 1513754.

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

Color convert

RGB262523-
CMYK00.040.120.90
HSL40º6.12%9.61%-
HSV(B)40º11.54%10.2%-
XYZ0.930.980.95-
YUV25.07126.83128.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=35.14%
G=33.78%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26252300.040.120.90406.129.61
Hex1A191704C5A286a
Octal323127041413250612
Binary1101011001101110100110010110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,25,23); }

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

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

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

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

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

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

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