#1A021A

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

Shades of Mardi Gras #1A021A

Tints of Mardi Gras #1A021A

Color information

#1A021A (or 0x1A021A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 02 and 1A. RGB value is (26,2,26). Sum of RGB (Red+Green+Blue) = 26+2+26=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021A is #E5FDE5. Grayscale: #0B0B0B. Windows color (decimal): -15072742 or 1704474. OLE color: 1704474.

HSL color Cylindrical-coordinate representation of color #1A021A: hue angle of 300º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A021A is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB26226-
CMYK00.9200.90
HSL300º85.71%5.49%-
HSV(B)300º92.31%10.2%-
XYZ0.630.341.01-
YUV11.91135.95138.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=48.15%
G=3.70%
B=48.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2622600.9200.9030085.715.49
Hex1A21A05C05A12c565
Octal32232013401324541265
Binary11010101101001011100010110101001011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,26); }

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

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

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

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

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

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

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