#1A111B

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

Shades of Mardi Gras #1A111B

Tints of Mardi Gras #1A111B

Color information

#1A111B (or 0x1A111B) is unknown color: approx Mardi Gras. HEX triplet: 1A, 11 and 1B. RGB value is (26,17,27). Sum of RGB (Red+Green+Blue) = 26+17+27=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A111B is #E5EEE4. Grayscale: #141414. Windows color (decimal): -15068901 or 1773850. OLE color: 1773850.

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

Color convert

RGB261727-
CMYK0.040.3700.89
HSL294º22.73%8.63%-
HSV(B)294º37.04%10.59%-
XYZ0.820.71.13-
YUV20.83131.48131.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=37.14%
G=24.29%
B=38.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2617270.040.3700.8929422.738.63
Hex1A111B425059126179
Octal32213344501314462711
Binary11010100011101110010010101011001100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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