#190317

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

Shades of Mardi Gras #190317

Tints of Mardi Gras #190317

Color information

#190317 (or 0x190317) is unknown color: approx Mardi Gras. HEX triplet: 19, 03 and 17. RGB value is (25,3,23). Sum of RGB (Red+Green+Blue) = 25+3+23=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #190317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190317 is #E6FCE8. Grayscale: #0B0B0B. Windows color (decimal): -15138025 or 1508121. OLE color: 1508121.

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

Color convert

RGB25323-
CMYK00.880.080.90
HSL305.45º78.57%5.49%-
HSV(B)305.45º88%9.8%-
XYZ0.590.330.84-
YUV11.86134.29137.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=49.02%
G=5.88%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2532300.880.080.90305.4578.575.49
Hex1931705885A1314f5
Octal313270130101324611175
Binary11001111011101011000100010110101001100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190317; }

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

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

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

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

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

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

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

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