#1A1304

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

Shades of Maire #1A1304

Tints of Maire #1A1304

Color information

#1A1304 (or 0x1A1304) is unknown color: approx Maire. HEX triplet: 1A, 13 and 04. RGB value is (26,19,4). Sum of RGB (Red+Green+Blue) = 26+19+4=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1304 is #E5ECFB. Grayscale: #131313. Windows color (decimal): -15068412 or 267034. OLE color: 267034.

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

Color convert

RGB26194-
CMYK00.270.850.90
HSL40.91º73.33%5.88%-
HSV(B)40.91º84.62%10.2%-
XYZ0.680.690.21-
YUV19.38119.32132.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 4 (1.95% from 255) = 8.16%
R=53.06%
G=38.78%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2619400.270.850.9040.9173.335.88
Hex1A13401B555A29496
Octal32234033125132511116
Binary1101010011100011011101010110110101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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