#190116

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

Shades of Mardi Gras #190116

Tints of Mardi Gras #190116

Color information

#190116 (or 0x190116) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 16. RGB value is (25,1,22). Sum of RGB (Red+Green+Blue) = 25+1+22=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190116 is #E6FEE9. Grayscale: #0A0A0A. Windows color (decimal): -15138538 or 1442073. OLE color: 1442073.

HSL color Cylindrical-coordinate representation of color #190116: hue angle of 307.5º 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 #190116 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB25122-
CMYK00.960.120.90
HSL307.5º92.31%5.1%-
HSV(B)307.5º96%9.8%-
XYZ0.560.290.78-
YUV10.57134.45138.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 52.08%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 22 (8.98% from 255) = 45.83%
R=52.08%
G=2.08%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512200.960.120.90307.592.315.1
Hex19116060C5A1345c5
Octal311260140141324641345
Binary1100111011001100000110010110101001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190116; }

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

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

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

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

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

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

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

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