#150015

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

Shades of Mardi Gras #150015

Tints of Mardi Gras #150015

Color information

#150015 (or 0x150015) is unknown color: approx Mardi Gras. HEX triplet: 15, 00 and 15. RGB value is (21,0,21). Sum of RGB (Red+Green+Blue) = 21+0+21=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150015 is #EAFFEA. Grayscale: #080808. Windows color (decimal): -15400939 or 1376277. OLE color: 1376277.

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

Color convert

RGB21021-
CMYK0100.92
HSL300º100%4.12%-
HSV(B)300º100%8.24%-
XYZ0.440.210.73-
YUV8.67134.96136.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal210210100.923001004.12
Hex1501506405C12c644
Octal25025014401344541444
Binary1010101010101100100010111001001011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150015; }

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

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

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

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

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

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

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

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