#1A0418

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

Shades of Mardi Gras #1A0418

Tints of Mardi Gras #1A0418

Color information

#1A0418 (or 0x1A0418) is unknown color: approx Mardi Gras. HEX triplet: 1A, 04 and 18. RGB value is (26,4,24). Sum of RGB (Red+Green+Blue) = 26+4+24=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0418 is #E5FBE7. Grayscale: #0C0C0C. Windows color (decimal): -15072232 or 1573914. OLE color: 1573914.

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

Color convert

RGB26424-
CMYK00.850.080.90
HSL305.45º73.33%5.88%-
HSV(B)305.45º84.62%10.2%-
XYZ0.630.370.9-
YUV12.86134.29137.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=48.15%
G=7.41%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2642400.850.080.90305.4573.335.88
Hex1A41805585A131496
Octal324300125101324611116
Binary110101001100001010101100010110101001100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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