#150915

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

Shades of Mardi Gras #150915

Tints of Mardi Gras #150915

Color information

#150915 (or 0x150915) is unknown color: approx Mardi Gras. HEX triplet: 15, 09 and 15. RGB value is (21,9,21). Sum of RGB (Red+Green+Blue) = 21+9+21=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150915 is #EAF6EA. Grayscale: #0D0D0D. Windows color (decimal): -15398635 or 1378581. OLE color: 1378581.

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

Color convert

RGB21921-
CMYK00.5700.92
HSL300º40%5.88%-
HSV(B)300º57.14%8.24%-
XYZ0.540.410.76-
YUV13.96131.98133.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 41.18%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 21 (8.59% from 255) = 41.18%
R=41.18%
G=17.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2192100.5700.92300405.88
Hex1591503905C12c286
Octal2511250710134454506
Binary10101100110101011100101011100100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150915; }

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

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

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

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

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

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

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

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