#151415

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

Shades of Mardi Gras #151415

Tints of Mardi Gras #151415

Color information

#151415 (or 0x151415) is unknown color: approx Mardi Gras. HEX triplet: 15, 14 and 15. RGB value is (21,20,21). Sum of RGB (Red+Green+Blue) = 21+20+21=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 21 - color contains mainly: red, blue. Hex color #151415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151415 is #EAEBEA. Grayscale: #141414. Windows color (decimal): -15395819 or 1381397. OLE color: 1381397.

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

Color convert

RGB212021-
CMYK00.0500.92
HSL300º2.44%8.04%-
HSV(B)300º4.76%8.24%-
XYZ0.690.710.81-
YUV20.41128.33128.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 20 (8.20% from 255) = 32.26%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=33.87%
G=32.26%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21202100.0500.923002.448.04
Hex1514150505C12c28
Octal252425050134454210
Binary101011010010101010101011100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151415; }

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

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

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

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

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

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

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

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