#13130D

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

Shades of Maire #13130D

Tints of Maire #13130D

Color information

#13130D (or 0x13130D) is unknown color: approx Maire. HEX triplet: 13, 13 and 0D. RGB value is (19,19,13). Sum of RGB (Red+Green+Blue) = 19+19+13=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 19 - color contains mainly: red, green. Hex color #13130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13130D is #ECECF2. Grayscale: #121212. Windows color (decimal): -15527155 or 856851. OLE color: 856851.

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

Color convert

RGB191913-
CMYK000.320.93
HSL60º18.75%6.27%-
HSV(B)60º31.58%7.45%-
XYZ0.570.630.47-
YUV18.32125128.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 13 (5.47% from 255) = 25.49%
R=37.25%
G=37.25%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal191913000.320.936018.756.27
Hex1313D00205D3c136
Octal232315004013574236
Binary1001110011110100100000101110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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