#180616

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

Shades of Mardi Gras #180616

Tints of Mardi Gras #180616

Color information

#180616 (or 0x180616) is unknown color: approx Mardi Gras. HEX triplet: 18, 06 and 16. RGB value is (24,6,22). Sum of RGB (Red+Green+Blue) = 24+6+22=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180616 is #E7F9E9. Grayscale: #0D0D0D. Windows color (decimal): -15202794 or 1443352. OLE color: 1443352.

HSL color Cylindrical-coordinate representation of color #180616: hue angle of 306.67º 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 #180616 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB24622-
CMYK00.750.080.91
HSL306.67º60%5.88%-
HSV(B)306.67º75%9.41%-
XYZ0.590.380.8-
YUV13.21132.96135.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 22 (8.98% from 255) = 42.31%
R=46.15%
G=11.54%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2462200.750.080.91306.67605.88
Hex1861604B85B1333c6
Octal30626011310133463746
Binary11000110101100100101110001011011100110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180616; }

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

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

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

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

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

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

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

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