#180518

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

Shades of Mardi Gras #180518

Tints of Mardi Gras #180518

Color information

#180518 (or 0x180518) is unknown color: approx Mardi Gras. HEX triplet: 18, 05 and 18. RGB value is (24,5,24). Sum of RGB (Red+Green+Blue) = 24+5+24=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180518 is #E7FAE7. Grayscale: #0C0C0C. Windows color (decimal): -15203048 or 1574168. OLE color: 1574168.

HSL color Cylindrical-coordinate representation of color #180518: hue angle of 300º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180518 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB24524-
CMYK00.7900.91
HSL300º65.52%5.69%-
HSV(B)300º79.17%9.41%-
XYZ0.60.370.9-
YUV12.85134.29135.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 45.28%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 24 (9.77% from 255) = 45.28%
R=45.28%
G=9.43%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2452400.7900.9130065.525.69
Hex1851804F05B12c426
Octal30530011701334541026
Binary110001011100001001111010110111001011001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180518; }

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

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

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

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

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

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

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

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