#1A190E

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

Shades of Maire #1A190E

Tints of Maire #1A190E

Color information

#1A190E (or 0x1A190E) is unknown color: approx Maire. HEX triplet: 1A, 19 and 0E. RGB value is (26,25,14). Sum of RGB (Red+Green+Blue) = 26+25+14=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A190E is #E5E6F1. Grayscale: #181818. Windows color (decimal): -15066866 or 923930. OLE color: 923930.

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

Color convert

RGB262514-
CMYK00.040.460.90
HSL55º30%7.84%-
HSV(B)55º46.15%10.2%-
XYZ0.850.950.55-
YUV24.04122.33129.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=40%
G=38.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26251400.040.460.9055307.84
Hex1A19E042E5A371e8
Octal3231160456132673610
Binary1101011001111001001011101011010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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