#150A15

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

Shades of Mardi Gras #150A15

Tints of Mardi Gras #150A15

Color information

#150A15 (or 0x150A15) is unknown color: approx Mardi Gras. HEX triplet: 15, 0A and 15. RGB value is (21,10,21). Sum of RGB (Red+Green+Blue) = 21+10+21=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A15 is #EAF5EA. Grayscale: #0E0E0E. Windows color (decimal): -15398379 or 1378837. OLE color: 1378837.

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

Color convert

RGB211021-
CMYK00.5200.92
HSL300º35.48%6.08%-
HSV(B)300º52.38%8.24%-
XYZ0.550.430.76-
YUV14.54131.64132.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=40.38%
G=19.23%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21102100.5200.9230035.486.08
Hex15A1503405C12c236
Octal2512250640134454436
Binary10101101010101011010001011100100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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