#150515

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

Shades of Mardi Gras #150515

Tints of Mardi Gras #150515

Color information

#150515 (or 0x150515) is unknown color: approx Mardi Gras. HEX triplet: 15, 05 and 15. RGB value is (21,5,21). Sum of RGB (Red+Green+Blue) = 21+5+21=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150515 is #EAFAEA. Grayscale: #0B0B0B. Windows color (decimal): -15399659 or 1377557. OLE color: 1377557.

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

Color convert

RGB21521-
CMYK00.7600.92
HSL300º61.54%5.1%-
HSV(B)300º76.19%8.24%-
XYZ0.50.320.75-
YUV11.61133.3134.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=44.68%
G=10.64%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2152100.7600.9230061.545.1
Hex1551504C05C12c3e5
Octal2552501140134454765
Binary10101101101010100110001011100100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150515; }

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

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

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

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

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

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

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

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