#1A0519

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

Shades of Mardi Gras #1A0519

Tints of Mardi Gras #1A0519

Color information

#1A0519 (or 0x1A0519) is unknown color: approx Mardi Gras. HEX triplet: 1A, 05 and 19. RGB value is (26,5,25). Sum of RGB (Red+Green+Blue) = 26+5+25=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0519 is #E5FAE6. Grayscale: #0D0D0D. Windows color (decimal): -15071975 or 1639706. OLE color: 1639706.

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

Color convert

RGB26525-
CMYK00.810.040.90
HSL302.86º67.74%6.08%-
HSV(B)302.86º80.77%10.2%-
XYZ0.660.40.96-
YUV13.56134.46136.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 46.43%
GREEN value IS 5 (2.34% from 255) = 8.93%
BLUE value IS 25 (10.16% from 255) = 44.64%
R=46.43%
G=8.93%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2652500.810.040.90302.8667.746.08
Hex1A51905145A12f446
Octal32531012141324571046
Binary11010101110010101000110010110101001011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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