#19021B

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

Shades of Mardi Gras #19021B

Tints of Mardi Gras #19021B

Color information

#19021B (or 0x19021B) is unknown color: approx Mardi Gras. HEX triplet: 19, 02 and 1B. RGB value is (25,2,27). Sum of RGB (Red+Green+Blue) = 25+2+27=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #19021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021B is #E6FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15138277 or 1770009. OLE color: 1770009.

HSL color Cylindrical-coordinate representation of color #19021B: hue angle of 295.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19021B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB25227-
CMYK0.070.9300.89
HSL295.2º86.21%5.69%-
HSV(B)295.2º92.59%10.59%-
XYZ0.620.331.07-
YUV11.73136.62137.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 27 (10.94% from 255) = 50%
R=46.30%
G=3.70%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252270.070.9300.89295.286.215.69
Hex1921B75D059127566
Octal31233713501314471266
Binary1100110110111111011101010110011001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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