#1A021B

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

Shades of Mardi Gras #1A021B

Tints of Mardi Gras #1A021B

Color information

#1A021B (or 0x1A021B) is unknown color: approx Mardi Gras. HEX triplet: 1A, 02 and 1B. RGB value is (26,2,27). Sum of RGB (Red+Green+Blue) = 26+2+27=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021B is #E5FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15072741 or 1770010. OLE color: 1770010.

HSL color Cylindrical-coordinate representation of color #1A021B: hue angle of 297.6º degrees, saturation: 0.86, 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 #1A021B is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB26227-
CMYK0.040.9300.89
HSL297.6º86.21%5.69%-
HSV(B)297.6º92.59%10.59%-
XYZ0.650.341.07-
YUV12.03136.45137.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 27 (10.94% from 255) = 49.09%
R=47.27%
G=3.64%
B=49.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262270.040.9300.89297.686.215.69
Hex1A21B45D05912a566
Octal32233413501314521266
Binary1101010110111001011101010110011001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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