#190119

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

Shades of Mardi Gras #190119

Tints of Mardi Gras #190119

Color information

#190119 (or 0x190119) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 19. RGB value is (25,1,25). Sum of RGB (Red+Green+Blue) = 25+1+25=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #190119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190119 is #E6FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15138535 or 1638681. OLE color: 1638681.

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

Color convert

RGB25125-
CMYK00.9600.90
HSL300º92.31%5.1%-
HSV(B)300º96%9.8%-
XYZ0.590.30.95-
YUV10.91135.95138.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=49.02%
G=1.96%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512500.9600.9030092.315.1
Hex1911906005A12c5c5
Octal31131014001324541345
Binary1100111100101100000010110101001011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190119; }

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

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

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

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

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

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

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

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