#151015

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

Shades of Mardi Gras #151015

Tints of Mardi Gras #151015

Color information

#151015 (or 0x151015) is unknown color: approx Mardi Gras. HEX triplet: 15, 10 and 15. RGB value is (21,16,21). Sum of RGB (Red+Green+Blue) = 21+16+21=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151015 is #EAEFEA. Grayscale: #121212. Windows color (decimal): -15396843 or 1380373. OLE color: 1380373.

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

Color convert

RGB211621-
CMYK00.2400.92
HSL300º13.51%7.25%-
HSV(B)300º23.81%8.24%-
XYZ0.630.580.79-
YUV18.06129.66130.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 21 (8.59% from 255) = 36.21%
R=36.21%
G=27.59%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21162100.2400.9230013.517.25
Hex15101501805C12ce7
Octal2520250300134454167
Binary101011000010101011000010111001001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151015; }

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

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

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

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

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

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

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

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