#19121A

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

Shades of Mardi Gras #19121A

Tints of Mardi Gras #19121A

Color information

#19121A (or 0x19121A) is unknown color: approx Mardi Gras. HEX triplet: 19, 12 and 1A. RGB value is (25,18,26). Sum of RGB (Red+Green+Blue) = 25+18+26=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 26 - color contains mainly: blue. Hex color #19121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121A is #E6EDE5. Grayscale: #141414. Windows color (decimal): -15134182 or 1708569. OLE color: 1708569.

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

Color convert

RGB251826-
CMYK0.040.3100.90
HSL292.5º18.18%8.63%-
HSV(B)292.5º30.77%10.2%-
XYZ0.80.711.07-
YUV21130.82130.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=36.23%
G=26.09%
B=37.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2518260.040.3100.90292.518.188.63
Hex19121A41F05A124129
Octal31223243701324442211
Binary1100110010110101001111101011010100100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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