#191519

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

Shades of Mardi Gras #191519

Tints of Mardi Gras #191519

Color information

#191519 (or 0x191519) is unknown color: approx Mardi Gras. HEX triplet: 19, 15 and 19. RGB value is (25,21,25). Sum of RGB (Red+Green+Blue) = 25+21+25=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191519 is #E6EAE6. Grayscale: #161616. Windows color (decimal): -15133415 or 1643801. OLE color: 1643801.

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

Color convert

RGB252125-
CMYK00.1600.90
HSL300º8.7%9.02%-
HSV(B)300º16%9.8%-
XYZ0.840.811.03-
YUV22.65129.33129.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.21%
GREEN value IS 21 (8.59% from 255) = 29.58%
BLUE value IS 25 (10.16% from 255) = 35.21%
R=35.21%
G=29.58%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25212500.1600.903008.79.02
Hex19151901005A12c99
Octal31253102001324541111
Binary1100110101110010100000101101010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191519; }

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

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

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

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

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

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

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

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