#19091A

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

Shades of Mardi Gras #19091A

Tints of Mardi Gras #19091A

Color information

#19091A (or 0x19091A) is unknown color: approx Mardi Gras. HEX triplet: 19, 09 and 1A. RGB value is (25,9,26). Sum of RGB (Red+Green+Blue) = 25+9+26=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #19091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19091A is #E6F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15136486 or 1706265. OLE color: 1706265.

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

Color convert

RGB25926-
CMYK0.040.6500.90
HSL296.47º48.57%6.86%-
HSV(B)296.47º65.38%10.2%-
XYZ0.690.481.03-
YUV15.72133.8134.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=41.67%
G=15%
B=43.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal259260.040.6500.90296.4748.576.86
Hex1991A44105A128317
Octal31113241010132450617
Binary11001100111010100100000101011010100101000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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