#13130F

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

Shades of Maire #13130F

Tints of Maire #13130F

Color information

#13130F (or 0x13130F) is unknown color: approx Maire. HEX triplet: 13, 13 and 0F. RGB value is (19,19,15). Sum of RGB (Red+Green+Blue) = 19+19+15=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130F is #ECECF0. Grayscale: #121212. Windows color (decimal): -15527153 or 987923. OLE color: 987923.

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

Color convert

RGB191915-
CMYK000.210.93
HSL60º11.76%6.67%-
HSV(B)60º21.05%7.45%-
XYZ0.590.640.54-
YUV18.54126128.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 35.85%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=35.85%
G=35.85%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal191915000.210.936011.766.67
Hex1313F00155D3cc7
Octal232317002513574147
Binary10011100111111001010110111011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13130F; }

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

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

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

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

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

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

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

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