#1A0919

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

Shades of Mardi Gras #1A0919

Tints of Mardi Gras #1A0919

Color information

#1A0919 (or 0x1A0919) is unknown color: approx Mardi Gras. HEX triplet: 1A, 09 and 19. RGB value is (26,9,25). Sum of RGB (Red+Green+Blue) = 26+9+25=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0919 is #E5F6E6. Grayscale: #0F0F0F. Windows color (decimal): -15070951 or 1640730. OLE color: 1640730.

HSL color Cylindrical-coordinate representation of color #1A0919: hue angle of 303.53º 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 #1A0919 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB26925-
CMYK00.650.040.90
HSL303.53º48.57%6.86%-
HSV(B)303.53º65.38%10.2%-
XYZ0.70.490.98-
YUV15.91133.13135.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 43.33%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=43.33%
G=15%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2692500.650.040.90303.5348.576.86
Hex1A91904145A130317
Octal32113101014132460617
Binary11010100111001010000011001011010100110000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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