#180519

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

Shades of Mardi Gras #180519

Tints of Mardi Gras #180519

Color information

#180519 (or 0x180519) is unknown color: approx Mardi Gras. HEX triplet: 18, 05 and 19. RGB value is (24,5,25). Sum of RGB (Red+Green+Blue) = 24+5+25=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #180519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180519 is #E7FAE6. Grayscale: #0C0C0C. Windows color (decimal): -15203047 or 1639704. OLE color: 1639704.

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

Color convert

RGB24525-
CMYK0.040.8000.90
HSL297º66.67%5.88%-
HSV(B)297º80%9.8%-
XYZ0.610.370.96-
YUV12.96134.79135.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=44.44%
G=9.26%
B=46.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal245250.040.8000.9029766.675.88
Hex1851945005A129436
Octal30531412001324511036
Binary11000101110011001010000010110101001010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180519; }

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

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

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

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

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

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

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

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