#1A041B

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

Shades of Mardi Gras #1A041B

Tints of Mardi Gras #1A041B

Color information

#1A041B (or 0x1A041B) is unknown color: approx Mardi Gras. HEX triplet: 1A, 04 and 1B. RGB value is (26,4,27). Sum of RGB (Red+Green+Blue) = 26+4+27=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041B is #E5FBE4. Grayscale: #0D0D0D. Windows color (decimal): -15072229 or 1770522. OLE color: 1770522.

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

Color convert

RGB26427-
CMYK0.040.8500.89
HSL297.39º74.19%6.08%-
HSV(B)297.39º85.19%10.59%-
XYZ0.670.391.08-
YUV13.2135.79137.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 4 (1.95% from 255) = 7.02%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=45.61%
G=7.02%
B=47.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal264270.040.8500.89297.3974.196.08
Hex1A41B4550591294a6
Octal32433412501314511126
Binary11010100110111001010101010110011001010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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