#1A1119

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

Shades of Mardi Gras #1A1119

Tints of Mardi Gras #1A1119

Color information

#1A1119 (or 0x1A1119) is unknown color: approx Mardi Gras. HEX triplet: 1A, 11 and 19. RGB value is (26,17,25). Sum of RGB (Red+Green+Blue) = 26+17+25=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 25 (10.16% from 255 or 36.76% from 68); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1119 is #E5EEE6. Grayscale: #141414. Windows color (decimal): -15068903 or 1642778. OLE color: 1642778.

HSL color Cylindrical-coordinate representation of color #1A1119: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1119 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB261725-
CMYK00.350.040.90
HSL306.67º20.93%8.43%-
HSV(B)306.67º34.62%10.2%-
XYZ0.80.691.01-
YUV20.6130.48131.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.24%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 36.76%
R=38.24%
G=25%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26172500.350.040.90306.6720.938.43
Hex1A111902345A133158
Octal32213104341324632510
Binary11010100011100101000111001011010100110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,25); }

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

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

 a { background-color: rgb(26,17,25); }

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

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

 span { border-color: rgb(26,17,25); }

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