#151411

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

Shades of Maire #151411

Tints of Maire #151411

Color information

#151411 (or 0x151411) is unknown color: approx Maire. HEX triplet: 15, 14 and 11. RGB value is (21,20,17). Sum of RGB (Red+Green+Blue) = 21+20+17=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 21 - color contains mainly: red. Hex color #151411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151411 is #EAEBEE. Grayscale: #131313. Windows color (decimal): -15395823 or 1119253. OLE color: 1119253.

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

Color convert

RGB212017-
CMYK00.050.190.92
HSL45º10.53%7.45%-
HSV(B)45º19.05%8.24%-
XYZ0.660.70.63-
YUV19.96126.33128.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=36.21%
G=34.48%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21201700.050.190.924510.537.45
Hex15141105135C2db7
Octal252421052313455137
Binary10101101001000101011001110111001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151411; }

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

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

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

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

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

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

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

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