#19131A

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

Shades of Mardi Gras #19131A

Tints of Mardi Gras #19131A

Color information

#19131A (or 0x19131A) is unknown color: approx Mardi Gras. HEX triplet: 19, 13 and 1A. RGB value is (25,19,26). Sum of RGB (Red+Green+Blue) = 25+19+26=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 26 - color contains mainly: blue. Hex color #19131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131A is #E6ECE5. Grayscale: #151515. Windows color (decimal): -15133926 or 1708825. OLE color: 1708825.

HSL color Cylindrical-coordinate representation of color #19131A: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #19131A is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB251926-
CMYK0.040.2700.90
HSL291.43º15.56%8.82%-
HSV(B)291.43º26.92%10.2%-
XYZ0.820.751.08-
YUV21.59130.49130.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=35.71%
G=27.14%
B=37.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2519260.040.2700.90291.4315.568.82
Hex19131A41B05A123109
Octal31233243301324432011
Binary1100110011110101001101101011010100100011100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19131A; }

 p { color: rgb(25,19,26); }

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

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

 a { background-color: rgb(25,19,26); }

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

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

 span { border-color: rgb(25,19,26); }

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