#1A091A

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

Shades of Mardi Gras #1A091A

Tints of Mardi Gras #1A091A

Color information

#1A091A (or 0x1A091A) is unknown color: approx Mardi Gras. HEX triplet: 1A, 09 and 1A. RGB value is (26,9,26). Sum of RGB (Red+Green+Blue) = 26+9+26=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: red, blue. Hex color #1A091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091A is #E5F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15070950 or 1706266. OLE color: 1706266.

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

Color convert

RGB26926-
CMYK00.6500.90
HSL300º48.57%6.86%-
HSV(B)300º65.38%10.2%-
XYZ0.710.491.03-
YUV16.02133.63135.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 26 (10.55% from 255) = 42.62%
R=42.62%
G=14.75%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2692600.6500.9030048.576.86
Hex1A91A04105A12c317
Octal32113201010132454617
Binary110101001110100100000101011010100101100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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