#19021A

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

Shades of Mardi Gras #19021A

Tints of Mardi Gras #19021A

Color information

#19021A (or 0x19021A) is unknown color: approx Mardi Gras. HEX triplet: 19, 02 and 1A. RGB value is (25,2,26). Sum of RGB (Red+Green+Blue) = 25+2+26=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #19021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021A is #E6FDE5. Grayscale: #0B0B0B. Windows color (decimal): -15138278 or 1704473. OLE color: 1704473.

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

Color convert

RGB25226-
CMYK0.040.9200.90
HSL297.5º85.71%5.49%-
HSV(B)297.5º92.31%10.2%-
XYZ0.610.321.01-
YUV11.61136.12137.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 26 (10.55% from 255) = 49.06%
R=47.17%
G=3.77%
B=49.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252260.040.9200.90297.585.715.49
Hex1921A45C05A12a565
Octal31232413401324521265
Binary1100110110101001011100010110101001010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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