#1A1A17

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

Shades of Maire #1A1A17

Tints of Maire #1A1A17

Color information

#1A1A17 (or 0x1A1A17) is unknown color: approx Maire. HEX triplet: 1A, 1A and 17. RGB value is (26,26,23). Sum of RGB (Red+Green+Blue) = 26+26+23=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 26 - color contains mainly: red, green. Hex color #1A1A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1A17 is #E5E5E8. Grayscale: #191919. Windows color (decimal): -15066601 or 1514010. OLE color: 1514010.

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

Color convert

RGB262623-
CMYK000.120.90
HSL60º6.12%9.61%-
HSV(B)60º11.54%10.2%-
XYZ0.951.020.96-
YUV25.66126.5128.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 26 (10.55% from 255) = 34.67%
BLUE value IS 23 (9.38% from 255) = 30.67%
R=34.67%
G=34.67%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal262623000.120.90606.129.61
Hex1A1A1700C5A3c6a
Octal323227001413274612
Binary11010110101011100110010110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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