#190115

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

Shades of Mardi Gras #190115

Tints of Mardi Gras #190115

Color information

#190115 (or 0x190115) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 15. RGB value is (25,1,21). Sum of RGB (Red+Green+Blue) = 25+1+21=47 (6% of max value = 765). Red value is 25 (10.16% from 255 or 53.19% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 25 - color contains mainly: red. Hex color #190115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190115 is #E6FEEA. Grayscale: #0A0A0A. Windows color (decimal): -15138539 or 1376537. OLE color: 1376537.

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

Color convert

RGB25121-
CMYK00.960.160.90
HSL310º92.31%5.1%-
HSV(B)310º96%9.8%-
XYZ0.550.280.74-
YUV10.46133.95138.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 53.19%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=53.19%
G=2.13%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2512100.960.160.9031092.315.1
Hex19115060105A1365c5
Octal311250140201324661345
Binary11001110101011000001000010110101001101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190115; }

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

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

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

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

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

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

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

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