#150115

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

Shades of Mardi Gras #150115

Tints of Mardi Gras #150115

Color information

#150115 (or 0x150115) is unknown color: approx Mardi Gras. HEX triplet: 15, 01 and 15. RGB value is (21,1,21). Sum of RGB (Red+Green+Blue) = 21+1+21=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150115 is #EAFEEA. Grayscale: #090909. Windows color (decimal): -15400683 or 1376533. OLE color: 1376533.

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

Color convert

RGB21121-
CMYK00.9500.92
HSL300º90.91%4.31%-
HSV(B)300º95.24%8.24%-
XYZ0.460.240.73-
YUV9.26134.63136.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 48.84%
GREEN value IS 1 (0.78% from 255) = 2.33%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=48.84%
G=2.33%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2112100.9500.9230090.914.31
Hex1511505F05C12c5b4
Octal25125013701344541334
Binary1010111010101011111010111001001011001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150115; }

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

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

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

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

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

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

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

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