#1A051C

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

Shades of Mardi Gras #1A051C

Tints of Mardi Gras #1A051C

Color information

#1A051C (or 0x1A051C) is unknown color: approx Mardi Gras. HEX triplet: 1A, 05 and 1C. RGB value is (26,5,28). Sum of RGB (Red+Green+Blue) = 26+5+28=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A051C is #E5FAE3. Grayscale: #0D0D0D. Windows color (decimal): -15071972 or 1836314. OLE color: 1836314.

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

Color convert

RGB26528-
CMYK0.070.8200.89
HSL294.78º69.7%6.47%-
HSV(B)294.78º82.14%10.98%-
XYZ0.690.411.14-
YUV13.9135.96136.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=44.07%
G=8.47%
B=47.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal265280.070.8200.89294.7869.76.47
Hex1A51C752059127466
Octal32534712201314471066
Binary11010101111001111010010010110011001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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