#180618

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

Shades of Mardi Gras #180618

Tints of Mardi Gras #180618

Color information

#180618 (or 0x180618) is unknown color: approx Mardi Gras. HEX triplet: 18, 06 and 18. RGB value is (24,6,24). Sum of RGB (Red+Green+Blue) = 24+6+24=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180618 is #E7F9E7. Grayscale: #0D0D0D. Windows color (decimal): -15202792 or 1574424. OLE color: 1574424.

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

Color convert

RGB24624-
CMYK00.7500.91
HSL300º60%5.88%-
HSV(B)300º75%9.41%-
XYZ0.610.390.91-
YUV13.43133.96135.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2462400.7500.91300605.88
Hex1861804B05B12c3c6
Octal3063001130133454746
Binary11000110110000100101101011011100101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180618; }

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

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

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

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

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

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

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

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