#1A181A

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

Shades of Mardi Gras #1A181A

Tints of Mardi Gras #1A181A

Color information

#1A181A (or 0x1A181A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 18 and 1A. RGB value is (26,24,26). Sum of RGB (Red+Green+Blue) = 26+24+26=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A181A is #E5E7E5. Grayscale: #181818. Windows color (decimal): -15067110 or 1710106. OLE color: 1710106.

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

Color convert

RGB262426-
CMYK00.0800.90
HSL300º4%9.8%-
HSV(B)300º7.69%10.2%-
XYZ0.940.951.11-
YUV24.83128.66128.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=34.21%
G=31.58%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26242600.0800.9030049.8
Hex1A181A0805A12c4a
Octal3230320100132454412
Binary11010110001101001000010110101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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