#150D15

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

Shades of Mardi Gras #150D15

Tints of Mardi Gras #150D15

Color information

#150D15 (or 0x150D15) is unknown color: approx Mardi Gras. HEX triplet: 15, 0D and 15. RGB value is (21,13,21). Sum of RGB (Red+Green+Blue) = 21+13+21=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D15 is #EAF2EA. Grayscale: #101010. Windows color (decimal): -15397611 or 1379605. OLE color: 1379605.

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

Color convert

RGB211321-
CMYK00.3800.92
HSL300º23.53%6.67%-
HSV(B)300º38.1%8.24%-
XYZ0.590.50.78-
YUV16.3130.65131.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=38.18%
G=23.64%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21132100.3800.9230023.536.67
Hex15D1502605C12c187
Octal2515250460134454307
Binary1010111011010101001100101110010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150D15; }

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

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

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

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

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

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

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

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