#1A131B

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

Shades of Mardi Gras #1A131B

Tints of Mardi Gras #1A131B

Color information

#1A131B (or 0x1A131B) is unknown color: approx Mardi Gras. HEX triplet: 1A, 13 and 1B. RGB value is (26,19,27). Sum of RGB (Red+Green+Blue) = 26+19+27=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: blue. Hex color #1A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131B is #E5ECE4. Grayscale: #151515. Windows color (decimal): -15068389 or 1774362. OLE color: 1774362.

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

Color convert

RGB261927-
CMYK0.040.3000.89
HSL292.5º17.39%9.02%-
HSV(B)292.5º29.63%10.59%-
XYZ0.860.761.14-
YUV22130.82130.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=36.11%
G=26.39%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2619270.040.3000.89292.517.399.02
Hex1A131B41E059124119
Octal32233343601314442111
Binary1101010011110111001111001011001100100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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