#1A0518

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

Shades of Mardi Gras #1A0518

Tints of Mardi Gras #1A0518

Color information

#1A0518 (or 0x1A0518) is unknown color: approx Mardi Gras. HEX triplet: 1A, 05 and 18. RGB value is (26,5,24). Sum of RGB (Red+Green+Blue) = 26+5+24=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0518 is #E5FAE7. Grayscale: #0D0D0D. Windows color (decimal): -15071976 or 1574170. OLE color: 1574170.

HSL color Cylindrical-coordinate representation of color #1A0518: hue angle of 305.71º 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 #1A0518 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.90.

Color convert

RGB26524-
CMYK00.810.080.90
HSL305.71º67.74%6.08%-
HSV(B)305.71º80.77%10.2%-
XYZ0.650.390.91-
YUV13.44133.96136.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=47.27%
G=9.09%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2652400.810.080.90305.7167.746.08
Hex1A51805185A132446
Octal325300121101324621046
Binary110101011100001010001100010110101001100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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