#180315

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

Shades of Mardi Gras #180315

Tints of Mardi Gras #180315

Color information

#180315 (or 0x180315) is unknown color: approx Mardi Gras. HEX triplet: 18, 03 and 15. RGB value is (24,3,21). Sum of RGB (Red+Green+Blue) = 24+3+21=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180315 is #E7FCEA. Grayscale: #0B0B0B. Windows color (decimal): -15203563 or 1377048. OLE color: 1377048.

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

Color convert

RGB24321-
CMYK00.880.130.91
HSL308.57º77.78%5.29%-
HSV(B)308.57º87.5%9.41%-
XYZ0.540.310.74-
YUV11.33133.46137.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=50%
G=6.25%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2432100.880.130.91308.5777.785.29
Hex18315058D5B1354e5
Octal303250130151334651165
Binary11000111010101011000110110110111001101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180315; }

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

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

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

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

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

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

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

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