#131311

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

Shades of Maire #131311

Tints of Maire #131311

Color information

#131311 (or 0x131311) is unknown color: approx Maire. HEX triplet: 13, 13 and 11. RGB value is (19,19,17). Sum of RGB (Red+Green+Blue) = 19+19+17=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131311 is #ECECEE. Grayscale: #121212. Windows color (decimal): -15527151 or 1118995. OLE color: 1118995.

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

Color convert

RGB191917-
CMYK000.110.93
HSL60º5.56%7.06%-
HSV(B)60º10.53%7.45%-
XYZ0.60.640.62-
YUV18.77127128.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 34.55%
GREEN value IS 19 (7.81% from 255) = 34.55%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=34.55%
G=34.55%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal191917000.110.93605.567.06
Hex13131100B5D3c67
Octal23232100131357467
Binary1001110011100010010111011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131311; }

 p { color: rgb(19,19,17); }

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

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

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

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

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

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

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