#19071A

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

Shades of Mardi Gras #19071A

Tints of Mardi Gras #19071A

Color information

#19071A (or 0x19071A) is unknown color: approx Mardi Gras. HEX triplet: 19, 07 and 1A. RGB value is (25,7,26). Sum of RGB (Red+Green+Blue) = 25+7+26=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #19071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19071A is #E6F8E5. Grayscale: #0E0E0E. Windows color (decimal): -15136998 or 1705753. OLE color: 1705753.

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

Color convert

RGB25726-
CMYK0.040.7300.90
HSL296.84º57.58%6.47%-
HSV(B)296.84º73.08%10.2%-
XYZ0.660.431.03-
YUV14.55134.46135.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.10%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 26 (10.55% from 255) = 44.83%
R=43.10%
G=12.07%
B=44.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal257260.040.7300.90296.8457.586.47
Hex1971A44905A1293a6
Octal3173241110132451726
Binary1100111111010100100100101011010100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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