#131210

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

Shades of Maire #131210

Tints of Maire #131210

Color information

#131210 (or 0x131210) is unknown color: approx Maire. HEX triplet: 13, 12 and 10. RGB value is (19,18,16). Sum of RGB (Red+Green+Blue) = 19+18+16=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131210 is #ECEDEF. Grayscale: #121212. Windows color (decimal): -15527408 or 1053203. OLE color: 1053203.

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

Color convert

RGB191816-
CMYK00.050.160.93
HSL40º8.57%6.86%-
HSV(B)40º15.79%7.45%-
XYZ0.580.610.58-
YUV18.07126.83128.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=35.85%
G=33.96%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19181600.050.160.93408.576.86
Hex13121005105D2897
Octal232220052013550117
Binary10011100101000001011000010111011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131210; }

 p { color: rgb(19,18,16); }

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

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

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

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

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

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

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