#150815

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

Shades of Mardi Gras #150815

Tints of Mardi Gras #150815

Color information

#150815 (or 0x150815) is unknown color: approx Mardi Gras. HEX triplet: 15, 08 and 15. RGB value is (21,8,21). Sum of RGB (Red+Green+Blue) = 21+8+21=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150815 is #EAF7EA. Grayscale: #0D0D0D. Windows color (decimal): -15398891 or 1378325. OLE color: 1378325.

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

Color convert

RGB21821-
CMYK00.6200.92
HSL300º44.83%5.69%-
HSV(B)300º61.9%8.24%-
XYZ0.530.390.76-
YUV13.37132.31133.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 21 (8.59% from 255) = 42%
R=42%
G=16%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2182100.6200.9230044.835.69
Hex1581503E05C12c2d6
Octal2510250760134454556
Binary10101100010101011111001011100100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150815; }

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

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

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

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

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

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

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

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