#1A041C

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

Shades of Mardi Gras #1A041C

Tints of Mardi Gras #1A041C

Color information

#1A041C (or 0x1A041C) is unknown color: approx Mardi Gras. HEX triplet: 1A, 04 and 1C. RGB value is (26,4,28). Sum of RGB (Red+Green+Blue) = 26+4+28=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041C is #E5FBE3. Grayscale: #0D0D0D. Windows color (decimal): -15072228 or 1836058. OLE color: 1836058.

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

Color convert

RGB26428-
CMYK0.070.8600.89
HSL295º75%6.27%-
HSV(B)295º85.71%10.98%-
XYZ0.680.391.14-
YUV13.31136.29137.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=44.83%
G=6.90%
B=48.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal264280.070.8600.89295756.27
Hex1A41C7560591274b6
Octal32434712601314471136
Binary11010100111001111010110010110011001001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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