#181019

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

Shades of Mardi Gras #181019

Tints of Mardi Gras #181019

Color information

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

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

Color convert

RGB241625-
CMYK0.040.3600.90
HSL293.33º21.95%8.04%-
HSV(B)293.33º36%9.8%-
XYZ0.740.631-
YUV19.42131.15131.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2416250.040.3600.90293.3321.958.04
Hex18101942405A125168
Octal30203144401324452610
Binary11000100001100110010010001011010100100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181019; }

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

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

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

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

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

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

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

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