#151215

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

Shades of Mardi Gras #151215

Tints of Mardi Gras #151215

Color information

#151215 (or 0x151215) is unknown color: approx Mardi Gras. HEX triplet: 15, 12 and 15. RGB value is (21,18,21). Sum of RGB (Red+Green+Blue) = 21+18+21=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151215 is #EAEDEA. Grayscale: #131313. Windows color (decimal): -15396331 or 1380885. OLE color: 1380885.

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

Color convert

RGB211821-
CMYK00.1400.92
HSL300º7.69%7.65%-
HSV(B)300º14.29%8.24%-
XYZ0.660.650.8-
YUV19.24128.99129.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 35%
R=35%
G=30%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21182100.1400.923007.697.65
Hex1512150E05C12c88
Octal25222501601344541010
Binary101011001010101011100101110010010110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151215; }

 p { color: rgb(21,18,21); }

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

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

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

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

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

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

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