#1A131A

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

Shades of Mardi Gras #1A131A

Tints of Mardi Gras #1A131A

Color information

#1A131A (or 0x1A131A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 13 and 1A. RGB value is (26,19,26). Sum of RGB (Red+Green+Blue) = 26+19+26=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131A is #E5ECE5. Grayscale: #151515. Windows color (decimal): -15068390 or 1708826. OLE color: 1708826.

HSL color Cylindrical-coordinate representation of color #1A131A: hue angle of 300º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A131A is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB261926-
CMYK00.2700.90
HSL300º15.56%8.82%-
HSV(B)300º26.92%10.2%-
XYZ0.850.761.08-
YUV21.89130.32130.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=36.62%
G=26.76%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26192600.2700.9030015.568.82
Hex1A131A01B05A12c109
Octal32233203301324542011
Binary11010100111101001101101011010100101100100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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