#191719

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

Shades of Mardi Gras #191719

Tints of Mardi Gras #191719

Color information

#191719 (or 0x191719) is unknown color: approx Mardi Gras. HEX triplet: 19, 17 and 19. RGB value is (25,23,25). Sum of RGB (Red+Green+Blue) = 25+23+25=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191719 is #E6E8E6. Grayscale: #171717. Windows color (decimal): -15132903 or 1644313. OLE color: 1644313.

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

Color convert

RGB252325-
CMYK00.0800.90
HSL300º4.17%9.41%-
HSV(B)300º8%9.8%-
XYZ0.880.891.04-
YUV23.83128.66128.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 34.25%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=34.25%
G=31.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25232500.0800.903004.179.41
Hex1917190805A12c49
Octal3127310100132454411
Binary11001101111100101000010110101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191719; }

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

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

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

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

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

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

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

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