#1A1A13

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

Shades of Maire #1A1A13

Tints of Maire #1A1A13

Color information

#1A1A13 (or 0x1A1A13) is unknown color: approx Maire. HEX triplet: 1A, 1A and 13. RGB value is (26,26,19). Sum of RGB (Red+Green+Blue) = 26+26+19=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 26 - color contains mainly: red, green. Hex color #1A1A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1A13 is #E5E5EC. Grayscale: #191919. Windows color (decimal): -15066605 or 1251866. OLE color: 1251866.

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

Color convert

RGB262619-
CMYK000.270.90
HSL60º15.56%8.82%-
HSV(B)60º26.92%10.2%-
XYZ0.911.010.76-
YUV25.2124.5128.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=36.62%
G=36.62%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal262619000.270.906015.568.82
Hex1A1A13001B5A3c109
Octal3232230033132742011
Binary11010110101001100110111011010111100100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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