#1A190C

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

Shades of Maire #1A190C

Tints of Maire #1A190C

Color information

#1A190C (or 0x1A190C) is unknown color: approx Maire. HEX triplet: 1A, 19 and 0C. RGB value is (26,25,12). Sum of RGB (Red+Green+Blue) = 26+25+12=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 26 - color contains mainly: red. Hex color #1A190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A190C is #E5E6F3. Grayscale: #171717. Windows color (decimal): -15066868 or 792858. OLE color: 792858.

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

Color convert

RGB262512-
CMYK00.040.540.90
HSL55.71º36.84%7.45%-
HSV(B)55.71º53.85%10.2%-
XYZ0.840.940.49-
YUV23.82121.33129.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=41.27%
G=39.68%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26251200.040.540.9055.7136.847.45
Hex1A19C04365A38257
Octal323114046613270457
Binary1101011001110001001101101011010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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