#150415

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

Shades of Mardi Gras #150415

Tints of Mardi Gras #150415

Color information

#150415 (or 0x150415) is unknown color: approx Mardi Gras. HEX triplet: 15, 04 and 15. RGB value is (21,4,21). Sum of RGB (Red+Green+Blue) = 21+4+21=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150415 is #EAFBEA. Grayscale: #0A0A0A. Windows color (decimal): -15399915 or 1377301. OLE color: 1377301.

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

Color convert

RGB21421-
CMYK00.8100.92
HSL300º68%4.9%-
HSV(B)300º80.95%8.24%-
XYZ0.490.30.74-
YUV11.02133.63135.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 45.65%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=45.65%
G=8.70%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2142100.8100.92300684.9
Hex1541505105C12c445
Octal25425012101344541045
Binary101011001010101010001010111001001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150415; }

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

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

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

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

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

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

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

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