#1A021C

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

Shades of Mardi Gras #1A021C

Tints of Mardi Gras #1A021C

Color information

#1A021C (or 0x1A021C) is unknown color: approx Mardi Gras. HEX triplet: 1A, 02 and 1C. RGB value is (26,2,28). Sum of RGB (Red+Green+Blue) = 26+2+28=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021C is #E5FDE3. Grayscale: #0C0C0C. Windows color (decimal): -15072740 or 1835546. OLE color: 1835546.

HSL color Cylindrical-coordinate representation of color #1A021C: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A021C is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB26228-
CMYK0.070.9300.89
HSL295.38º86.67%5.88%-
HSV(B)295.38º92.86%10.98%-
XYZ0.660.351.13-
YUV12.14136.95137.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 46.43%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 28 (11.33% from 255) = 50%
R=46.43%
G=3.57%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262280.070.9300.89295.3886.675.88
Hex1A21C75D059127576
Octal32234713501314471276
Binary1101010111001111011101010110011001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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