#191319

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

Shades of Mardi Gras #191319

Tints of Mardi Gras #191319

Color information

#191319 (or 0x191319) is unknown color: approx Mardi Gras. HEX triplet: 19, 13 and 19. RGB value is (25,19,25). Sum of RGB (Red+Green+Blue) = 25+19+25=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191319 is #E6ECE6. Grayscale: #151515. Windows color (decimal): -15133927 or 1643289. OLE color: 1643289.

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

Color convert

RGB251925-
CMYK00.2400.90
HSL300º13.64%8.63%-
HSV(B)300º24%9.8%-
XYZ0.810.741.02-
YUV21.48129.99130.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 19 (7.81% from 255) = 27.54%
BLUE value IS 25 (10.16% from 255) = 36.23%
R=36.23%
G=27.54%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25192500.2400.9030013.648.63
Hex19131901805A12ce9
Octal31233103001324541611
Binary1100110011110010110000101101010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191319; }

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

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

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

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

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

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

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

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