#131107

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

Shades of Maire #131107

Tints of Maire #131107

Color information

#131107 (or 0x131107) is unknown color: approx Maire. HEX triplet: 13, 11 and 07. RGB value is (19,17,7). Sum of RGB (Red+Green+Blue) = 19+17+7=43 (5% of max value = 765). Red value is 19 (7.81% from 255 or 44.19% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 19 - color contains mainly: red. Hex color #131107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131107 is #ECEEF8. Grayscale: #101010. Windows color (decimal): -15527673 or 463123. OLE color: 463123.

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

Color convert

RGB19177-
CMYK00.110.630.93
HSL50º46.15%5.1%-
HSV(B)50º63.16%7.45%-
XYZ0.510.550.28-
YUV16.46122.66129.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 44.19%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=44.19%
G=39.53%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1917700.110.630.935046.155.1
Hex131170B3F5D322e5
Octal232170137713562565
Binary1001110001111010111111111011101110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131107; }

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

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

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

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

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

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

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

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