#1A1809

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

Shades of Maire #1A1809

Tints of Maire #1A1809

Color information

#1A1809 (or 0x1A1809) is unknown color: approx Maire. HEX triplet: 1A, 18 and 09. RGB value is (26,24,9). Sum of RGB (Red+Green+Blue) = 26+24+9=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1809 is #E5E7F6. Grayscale: #161616. Windows color (decimal): -15067127 or 595994. OLE color: 595994.

HSL color Cylindrical-coordinate representation of color #1A1809: hue angle of 52.94º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1809 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.90.

Color convert

RGB26249-
CMYK00.080.650.90
HSL52.94º48.57%6.86%-
HSV(B)52.94º65.38%10.2%-
XYZ0.80.890.39-
YUV22.89120.16130.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=44.07%
G=40.68%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2624900.080.650.9052.9448.576.86
Hex1A18908415A35317
Octal32301101010113265617
Binary110101100010010100010000011011010110101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,24,9); }

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

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

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

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

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

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

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