#180318

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

Shades of Mardi Gras #180318

Tints of Mardi Gras #180318

Color information

#180318 (or 0x180318) is unknown color: approx Mardi Gras. HEX triplet: 18, 03 and 18. RGB value is (24,3,24). Sum of RGB (Red+Green+Blue) = 24+3+24=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #180318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180318 is #E7FCE7. Grayscale: #0B0B0B. Windows color (decimal): -15203560 or 1573656. OLE color: 1573656.

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

Color convert

RGB24324-
CMYK00.8800.91
HSL300º77.78%5.29%-
HSV(B)300º87.5%9.41%-
XYZ0.570.330.9-
YUV11.67134.96136.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 24 (9.77% from 255) = 47.06%
R=47.06%
G=5.88%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2432400.8800.9130077.785.29
Hex1831805805B12c4e5
Octal30330013001334541165
Binary11000111100001011000010110111001011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180318; }

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

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

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

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

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

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

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

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