#1A0318

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

Shades of Mardi Gras #1A0318

Tints of Mardi Gras #1A0318

Color information

#1A0318 (or 0x1A0318) is unknown color: approx Mardi Gras. HEX triplet: 1A, 03 and 18. RGB value is (26,3,24). Sum of RGB (Red+Green+Blue) = 26+3+24=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0318 is #E5FCE7. Grayscale: #0C0C0C. Windows color (decimal): -15072488 or 1573658. OLE color: 1573658.

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

Color convert

RGB26324-
CMYK00.880.080.90
HSL305.22º79.31%5.69%-
HSV(B)305.22º88.46%10.2%-
XYZ0.620.350.9-
YUV12.27134.62137.79-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 3 (1.56% from 255) = 5.66%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=49.06%
G=5.66%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2632400.880.080.90305.2279.315.69
Hex1A31805885A1314f6
Octal323300130101324611176
Binary11010111100001011000100010110101001100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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