#180918

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

Shades of Mardi Gras #180918

Tints of Mardi Gras #180918

Color information

#180918 (or 0x180918) is unknown color: approx Mardi Gras. HEX triplet: 18, 09 and 18. RGB value is (24,9,24). Sum of RGB (Red+Green+Blue) = 24+9+24=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180918 is #E7F6E7. Grayscale: #0F0F0F. Windows color (decimal): -15202024 or 1575192. OLE color: 1575192.

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

Color convert

RGB24924-
CMYK00.6300.91
HSL300º45.45%6.47%-
HSV(B)300º62.5%9.41%-
XYZ0.640.460.92-
YUV15.2132.97134.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 24 (9.77% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2492400.6300.9130045.456.47
Hex1891803F05B12c2d6
Octal3011300770133454556
Binary11000100111000011111101011011100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180918; }

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

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

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

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

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

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

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

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