#190315

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

Shades of Mardi Gras #190315

Tints of Mardi Gras #190315

Color information

#190315 (or 0x190315) is unknown color: approx Mardi Gras. HEX triplet: 19, 03 and 15. RGB value is (25,3,21). Sum of RGB (Red+Green+Blue) = 25+3+21=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190315 is #E6FCEA. Grayscale: #0B0B0B. Windows color (decimal): -15138027 or 1377049. OLE color: 1377049.

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

Color convert

RGB25321-
CMYK00.880.160.90
HSL310.91º78.57%5.49%-
HSV(B)310.91º88%9.8%-
XYZ0.570.330.74-
YUV11.63133.29137.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=51.02%
G=6.12%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2532100.880.160.90310.9178.575.49
Hex19315058105A1374f5
Octal313250130201324671175
Binary110011110101010110001000010110101001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190315; }

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

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

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

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

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

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

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

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