#191118

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

Shades of Mardi Gras #191118

Tints of Mardi Gras #191118

Color information

#191118 (or 0x191118) is unknown color: approx Mardi Gras. HEX triplet: 19, 11 and 18. RGB value is (25,17,24). Sum of RGB (Red+Green+Blue) = 25+17+24=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191118 is #E6EEE7. Grayscale: #141414. Windows color (decimal): -15134440 or 1577241. OLE color: 1577241.

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

Color convert

RGB251724-
CMYK00.320.040.90
HSL307.5º19.05%8.24%-
HSV(B)307.5º32%9.8%-
XYZ0.770.670.95-
YUV20.19130.15131.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=37.88%
G=25.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25172400.320.040.90307.519.058.24
Hex19111802045A134138
Octal31213004041324642310
Binary11001100011100001000001001011010100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191118; }

 p { color: rgb(25,17,24); }

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

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

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

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

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

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

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