#190316

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

Shades of Mardi Gras #190316

Tints of Mardi Gras #190316

Color information

#190316 (or 0x190316) is unknown color: approx Mardi Gras. HEX triplet: 19, 03 and 16. RGB value is (25,3,22). Sum of RGB (Red+Green+Blue) = 25+3+22=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 25 - color contains mainly: red. Hex color #190316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190316 is #E6FCE9. Grayscale: #0B0B0B. Windows color (decimal): -15138026 or 1442585. OLE color: 1442585.

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

Color convert

RGB25322-
CMYK00.880.120.90
HSL308.18º78.57%5.49%-
HSV(B)308.18º88%9.8%-
XYZ0.580.330.79-
YUV11.74133.79137.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 6%
BLUE value IS 22 (8.98% from 255) = 44%
R=50%
G=6%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2532200.880.120.90308.1878.575.49
Hex19316058C5A1344f5
Octal313260130141324641175
Binary11001111011001011000110010110101001101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190316; }

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

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

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

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

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

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

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

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