#19031A

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

Shades of Mardi Gras #19031A

Tints of Mardi Gras #19031A

Color information

#19031A (or 0x19031A) is unknown color: approx Mardi Gras. HEX triplet: 19, 03 and 1A. RGB value is (25,3,26). Sum of RGB (Red+Green+Blue) = 25+3+26=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #19031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031A is #E6FCE5. Grayscale: #0C0C0C. Windows color (decimal): -15138022 or 1704729. OLE color: 1704729.

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

Color convert

RGB25326-
CMYK0.040.8800.90
HSL297.39º79.31%5.69%-
HSV(B)297.39º88.46%10.2%-
XYZ0.620.351.01-
YUV12.2135.79137.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 26 (10.55% from 255) = 48.15%
R=46.30%
G=5.56%
B=48.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal253260.040.8800.90297.3979.315.69
Hex1931A45805A1294f6
Octal31332413001324511176
Binary1100111110101001011000010110101001010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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