#19011B

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

Shades of Mardi Gras #19011B

Tints of Mardi Gras #19011B

Color information

#19011B (or 0x19011B) is unknown color: approx Mardi Gras. HEX triplet: 19, 01 and 1B. RGB value is (25,1,27). Sum of RGB (Red+Green+Blue) = 25+1+27=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #19011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011B is #E6FEE4. Grayscale: #0B0B0B. Windows color (decimal): -15138533 or 1769753. OLE color: 1769753.

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

Color convert

RGB25127-
CMYK0.070.9600.89
HSL295.38º92.86%5.49%-
HSV(B)295.38º96.3%10.59%-
XYZ0.610.311.06-
YUV11.14136.95137.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=47.17%
G=1.89%
B=50.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal251270.070.9600.89295.3892.865.49
Hex1911B7600591275d5
Octal31133714001314471355
Binary110011110111111100000010110011001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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