#1A171A

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

Shades of Mardi Gras #1A171A

Tints of Mardi Gras #1A171A

Color information

#1A171A (or 0x1A171A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 17 and 1A. RGB value is (26,23,26). Sum of RGB (Red+Green+Blue) = 26+23+26=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A171A is #E5E8E5. Grayscale: #181818. Windows color (decimal): -15067366 or 1709850. OLE color: 1709850.

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

Color convert

RGB262326-
CMYK00.1200.90
HSL300º6.12%9.61%-
HSV(B)300º11.54%10.2%-
XYZ0.920.911.1-
YUV24.24128.99129.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=34.67%
G=30.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26232600.1200.903006.129.61
Hex1A171A0C05A12c6a
Octal3227320140132454612
Binary11010101111101001100010110101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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