#191018

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

Shades of Mardi Gras #191018

Tints of Mardi Gras #191018

Color information

#191018 (or 0x191018) is unknown color: approx Mardi Gras. HEX triplet: 19, 10 and 18. RGB value is (25,16,24). Sum of RGB (Red+Green+Blue) = 25+16+24=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191018 is #E6EFE7. Grayscale: #131313. Windows color (decimal): -15134696 or 1576985. OLE color: 1576985.

HSL color Cylindrical-coordinate representation of color #191018: hue angle of 306.67º 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 #191018 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB251624-
CMYK00.360.040.90
HSL306.67º21.95%8.04%-
HSV(B)306.67º36%9.8%-
XYZ0.750.640.95-
YUV19.6130.48131.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=38.46%
G=24.62%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25162400.360.040.90306.6721.958.04
Hex19101802445A133168
Octal31203004441324632610
Binary11001100001100001001001001011010100110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191018; }

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

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

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

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

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

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

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

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