#131306

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

Shades of Maire #131306

Tints of Maire #131306

Color information

#131306 (or 0x131306) is unknown color: approx Maire. HEX triplet: 13, 13 and 06. RGB value is (19,19,6). Sum of RGB (Red+Green+Blue) = 19+19+6=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 19 - color contains mainly: red, green. Hex color #131306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131306 is #ECECF9. Grayscale: #111111. Windows color (decimal): -15527162 or 398099. OLE color: 398099.

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

Color convert

RGB19196-
CMYK000.680.93
HSL60º52%4.9%-
HSV(B)60º68.42%7.45%-
XYZ0.530.620.26-
YUV17.52121.5129.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=43.18%
G=43.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19196000.680.9360524.9
Hex1313600445D3c345
Octal232360010413574645
Binary10011100111100010001001011101111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131306; }

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

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

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

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

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

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

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

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