#1A1019

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

Shades of Mardi Gras #1A1019

Tints of Mardi Gras #1A1019

Color information

#1A1019 (or 0x1A1019) is unknown color: approx Mardi Gras. HEX triplet: 1A, 10 and 19. RGB value is (26,16,25). Sum of RGB (Red+Green+Blue) = 26+16+25=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1019 is #E5EFE6. Grayscale: #131313. Windows color (decimal): -15069159 or 1642522. OLE color: 1642522.

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

Color convert

RGB261625-
CMYK00.380.040.90
HSL306º23.81%8.24%-
HSV(B)306º38.46%10.2%-
XYZ0.790.661.01-
YUV20.02130.81132.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=38.81%
G=23.88%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26162500.380.040.9030623.818.24
Hex1A101902645A132188
Octal32203104641324623010
Binary11010100001100101001101001011010100110010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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