#131207

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

Shades of Maire #131207

Tints of Maire #131207

Color information

#131207 (or 0x131207) is unknown color: approx Maire. HEX triplet: 13, 12 and 07. RGB value is (19,18,7). Sum of RGB (Red+Green+Blue) = 19+18+7=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 19 - color contains mainly: red. Hex color #131207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131207 is #ECEDF8. Grayscale: #111111. Windows color (decimal): -15527417 or 463379. OLE color: 463379.

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

Color convert

RGB19187-
CMYK00.050.630.93
HSL55º46.15%5.1%-
HSV(B)55º63.16%7.45%-
XYZ0.520.590.29-
YUV17.05122.33129.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 43.18%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=43.18%
G=40.91%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1918700.050.630.935546.155.1
Hex13127053F5D372e5
Octal23227057713567565
Binary100111001011101011111111011101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131207; }

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

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

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

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

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

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

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

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