#180015

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

Shades of Mardi Gras #180015

Tints of Mardi Gras #180015

Color information

#180015 (or 0x180015) is unknown color: approx Mardi Gras. HEX triplet: 18, 00 and 15. RGB value is (24,0,21). Sum of RGB (Red+Green+Blue) = 24+0+21=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180015 is #E7FFEA. Grayscale: #090909. Windows color (decimal): -15204331 or 1376280. OLE color: 1376280.

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

Color convert

RGB24021-
CMYK010.130.91
HSL307.5º100%4.71%-
HSV(B)307.5º100%9.41%-
XYZ0.510.250.73-
YUV9.57134.45138.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=53.33%
G=0%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24021010.130.91307.51004.71
Hex18015064D5B134645
Octal300250144151334641445
Binary1100001010101100100110110110111001101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180015; }

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

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

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

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

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

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

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

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