#1A0E19

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

Shades of Mardi Gras #1A0E19

Tints of Mardi Gras #1A0E19

Color information

#1A0E19 (or 0x1A0E19) is unknown color: approx Mardi Gras. HEX triplet: 1A, 0E and 19. RGB value is (26,14,25). Sum of RGB (Red+Green+Blue) = 26+14+25=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E19 is #E5F1E6. Grayscale: #121212. Windows color (decimal): -15069671 or 1642010. OLE color: 1642010.

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

Color convert

RGB261425-
CMYK00.460.040.90
HSL305º30%7.84%-
HSV(B)305º46.15%10.2%-
XYZ0.760.61-
YUV18.84131.48133.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40%
GREEN value IS 14 (5.86% from 255) = 21.54%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=40%
G=21.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26142500.460.040.90305307.84
Hex1AE1902E45A1311e8
Octal32163105641324613610
Binary1101011101100101011101001011010100110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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