#191119

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

Shades of Mardi Gras #191119

Tints of Mardi Gras #191119

Color information

#191119 (or 0x191119) is unknown color: approx Mardi Gras. HEX triplet: 19, 11 and 19. RGB value is (25,17,25). Sum of RGB (Red+Green+Blue) = 25+17+25=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191119 is #E6EEE6. Grayscale: #141414. Windows color (decimal): -15134439 or 1642777. OLE color: 1642777.

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

Color convert

RGB251725-
CMYK00.3200.90
HSL300º19.05%8.24%-
HSV(B)300º32%9.8%-
XYZ0.780.681.01-
YUV20.3130.65131.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=37.31%
G=25.37%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25172500.3200.9030019.058.24
Hex19111902005A12c138
Octal31213104001324542310
Binary110011000111001010000001011010100101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191119; }

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

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

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

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

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

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

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

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