#150315

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

Shades of Mardi Gras #150315

Tints of Mardi Gras #150315

Color information

#150315 (or 0x150315) is unknown color: approx Mardi Gras. HEX triplet: 15, 03 and 15. RGB value is (21,3,21). Sum of RGB (Red+Green+Blue) = 21+3+21=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150315 is #EAFCEA. Grayscale: #0A0A0A. Windows color (decimal): -15400171 or 1377045. OLE color: 1377045.

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

Color convert

RGB21321-
CMYK00.8600.92
HSL300º75%4.71%-
HSV(B)300º85.71%8.24%-
XYZ0.480.280.74-
YUV10.43133.96135.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 46.67%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=46.67%
G=6.67%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2132100.8600.92300754.71
Hex1531505605C12c4b5
Octal25325012601344541135
Binary10101111010101010110010111001001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150315; }

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

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

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

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

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

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

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

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