#19011A

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

Shades of Mardi Gras #19011A

Tints of Mardi Gras #19011A

Color information

#19011A (or 0x19011A) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 1A. RGB value is (25,1,26). Sum of RGB (Red+Green+Blue) = 25+1+26=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #19011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011A is #E6FEE5. Grayscale: #0A0A0A. Windows color (decimal): -15138534 or 1704217. OLE color: 1704217.

HSL color Cylindrical-coordinate representation of color #19011A: hue angle of 297.6º degrees, saturation: 0.93, 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 #19011A is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB25126-
CMYK0.040.9600.90
HSL297.6º92.59%5.29%-
HSV(B)297.6º96.15%10.2%-
XYZ0.60.31-
YUV11.03136.45137.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 26 (10.55% from 255) = 50%
R=48.08%
G=1.92%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal251260.040.9600.90297.692.595.29
Hex1911A46005A12a5d5
Octal31132414001324521355
Binary110011110101001100000010110101001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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