#191019

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

Shades of Mardi Gras #191019

Tints of Mardi Gras #191019

Color information

#191019 (or 0x191019) is unknown color: approx Mardi Gras. HEX triplet: 19, 10 and 19. RGB value is (25,16,25). Sum of RGB (Red+Green+Blue) = 25+16+25=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: red, blue. Hex color #191019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191019 is #E6EFE6. Grayscale: #131313. Windows color (decimal): -15134695 or 1642521. OLE color: 1642521.

HSL color Cylindrical-coordinate representation of color #191019: hue angle of 300º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191019 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB251625-
CMYK00.3600.90
HSL300º21.95%8.04%-
HSV(B)300º36%9.8%-
XYZ0.760.651-
YUV19.72130.98131.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 25 (10.16% from 255) = 37.88%
R=37.88%
G=24.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25162500.3600.9030021.958.04
Hex19101902405A12c168
Octal31203104401324542610
Binary110011000011001010010001011010100101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191019; }

 p { color: rgb(25,16,25); }

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

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

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

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

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

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

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