#190416

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

Shades of Mardi Gras #190416

Tints of Mardi Gras #190416

Color information

#190416 (or 0x190416) is unknown color: approx Mardi Gras. HEX triplet: 19, 04 and 16. RGB value is (25,4,22). Sum of RGB (Red+Green+Blue) = 25+4+22=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190416 is #E6FBE9. Grayscale: #0C0C0C. Windows color (decimal): -15137770 or 1442841. OLE color: 1442841.

HSL color Cylindrical-coordinate representation of color #190416: hue angle of 308.57º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190416 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB25422-
CMYK00.840.120.90
HSL308.57º72.41%5.69%-
HSV(B)308.57º84%9.8%-
XYZ0.590.350.8-
YUV12.33133.46137.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 22 (8.98% from 255) = 43.14%
R=49.02%
G=7.84%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2542200.840.120.90308.5772.415.69
Hex19416054C5A135486
Octal314260124141324651106
Binary110011001011001010100110010110101001101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190416; }

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

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

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

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

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

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

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

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