#1A121A

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

Shades of Mardi Gras #1A121A

Tints of Mardi Gras #1A121A

Color information

#1A121A (or 0x1A121A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 12 and 1A. RGB value is (26,18,26). Sum of RGB (Red+Green+Blue) = 26+18+26=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A121A is #E5EDE5. Grayscale: #151515. Windows color (decimal): -15068646 or 1708570. OLE color: 1708570.

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

Color convert

RGB261826-
CMYK00.3100.90
HSL300º18.18%8.63%-
HSV(B)300º30.77%10.2%-
XYZ0.830.731.07-
YUV21.3130.65131.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=37.14%
G=25.71%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26182600.3100.9030018.188.63
Hex1A121A01F05A12c129
Octal32223203701324542211
Binary11010100101101001111101011010100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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