#131006

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

Shades of Maire #131006

Tints of Maire #131006

Color information

#131006 (or 0x131006) is unknown color: approx Maire. HEX triplet: 13, 10 and 06. RGB value is (19,16,6). Sum of RGB (Red+Green+Blue) = 19+16+6=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #131006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131006 is #ECEFF9. Grayscale: #0F0F0F. Windows color (decimal): -15527930 or 397331. OLE color: 397331.

HSL color Cylindrical-coordinate representation of color #131006: hue angle of 46.15º 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 #131006 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB19166-
CMYK00.160.680.93
HSL46.15º52%4.9%-
HSV(B)46.15º68.42%7.45%-
XYZ0.490.520.25-
YUV15.76122.49130.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=46.34%
G=39.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1916600.160.680.9346.15524.9
Hex13106010445D2e345
Octal2320602010413556645
Binary100111000011001000010001001011101101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131006; }

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

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

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

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

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

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

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

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