#180718

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

Shades of Mardi Gras #180718

Tints of Mardi Gras #180718

Color information

#180718 (or 0x180718) is unknown color: approx Mardi Gras. HEX triplet: 18, 07 and 18. RGB value is (24,7,24). Sum of RGB (Red+Green+Blue) = 24+7+24=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180718 is #E7F8E7. Grayscale: #0D0D0D. Windows color (decimal): -15202536 or 1574680. OLE color: 1574680.

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

Color convert

RGB24724-
CMYK00.7100.91
HSL300º54.84%6.08%-
HSV(B)300º70.83%9.41%-
XYZ0.620.410.91-
YUV14.02133.63135.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 7 (3.12% from 255) = 12.73%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=43.64%
G=12.73%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2472400.7100.9130054.846.08
Hex1871804705B12c376
Octal3073001070133454676
Binary11000111110000100011101011011100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180718; }

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

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

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

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

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

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

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

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