#150F15

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

Shades of Mardi Gras #150F15

Tints of Mardi Gras #150F15

Color information

#150F15 (or 0x150F15) is unknown color: approx Mardi Gras. HEX triplet: 15, 0F and 15. RGB value is (21,15,21). Sum of RGB (Red+Green+Blue) = 21+15+21=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #150F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F15 is #EAF0EA. Grayscale: #111111. Windows color (decimal): -15397099 or 1380117. OLE color: 1380117.

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

Color convert

RGB211521-
CMYK00.2900.92
HSL300º16.67%7.06%-
HSV(B)300º28.57%8.24%-
XYZ0.620.560.78-
YUV17.48129.99130.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.84%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21152100.2900.9230016.677.06
Hex15F1501D05C12c117
Octal2517250350134454217
Binary101011111101010111010101110010010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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