#190419

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

Shades of Mardi Gras #190419

Tints of Mardi Gras #190419

Color information

#190419 (or 0x190419) is unknown color: approx Mardi Gras. HEX triplet: 19, 04 and 19. RGB value is (25,4,25). Sum of RGB (Red+Green+Blue) = 25+4+25=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190419 is #E6FBE6. Grayscale: #0C0C0C. Windows color (decimal): -15137767 or 1639449. OLE color: 1639449.

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

Color convert

RGB25425-
CMYK00.8400.90
HSL300º72.41%5.69%-
HSV(B)300º84%9.8%-
XYZ0.620.360.96-
YUV12.67134.96136.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 4 (1.95% from 255) = 7.41%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=46.30%
G=7.41%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2542500.8400.9030072.415.69
Hex1941905405A12c486
Octal31431012401324541106
Binary110011001100101010100010110101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190419; }

 p { color: rgb(25,4,25); }

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

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

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

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

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

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

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