#190117

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

Shades of Mardi Gras #190117

Tints of Mardi Gras #190117

Color information

#190117 (or 0x190117) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 17. RGB value is (25,1,23). Sum of RGB (Red+Green+Blue) = 25+1+23=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190117 is #E6FEE8. Grayscale: #0A0A0A. Windows color (decimal): -15138537 or 1507609. OLE color: 1507609.

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

Color convert

RGB25123-
CMYK00.960.080.90
HSL305º92.31%5.1%-
HSV(B)305º96%9.8%-
XYZ0.570.290.84-
YUV10.68134.95138.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=51.02%
G=2.04%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512300.960.080.9030592.315.1
Hex1911706085A1315c5
Octal311270140101324611345
Binary1100111011101100000100010110101001100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190117; }

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

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

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

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

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

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

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

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