#180818

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

Shades of Mardi Gras #180818

Tints of Mardi Gras #180818

Color information

#180818 (or 0x180818) is unknown color: approx Mardi Gras. HEX triplet: 18, 08 and 18. RGB value is (24,8,24). Sum of RGB (Red+Green+Blue) = 24+8+24=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180818 is #E7F7E7. Grayscale: #0E0E0E. Windows color (decimal): -15202280 or 1574936. OLE color: 1574936.

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

Color convert

RGB24824-
CMYK00.6700.91
HSL300º50%6.27%-
HSV(B)300º66.67%9.41%-
XYZ0.630.430.91-
YUV14.61133.3134.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2482400.6700.91300506.27
Hex1881804305B12c326
Octal30103001030133454626
Binary110001000110000100001101011011100101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180818; }

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

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

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

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

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

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

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

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