#312B13

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

Shades of Maire #312B13

Tints of Maire #312B13

Color information

#312B13 (or 0x312B13) is unknown color: approx Maire. HEX triplet: 31, 2B and 13. RGB value is (49,43,19). Sum of RGB (Red+Green+Blue) = 49+43+19=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #312B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B13 is #CED4EC. Grayscale: #2A2A2A. Windows color (decimal): -13554925 or 1256241. OLE color: 1256241.

HSL color Cylindrical-coordinate representation of color #312B13: hue angle of 48º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312B13 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB494319-
CMYK00.120.610.81
HSL48º44.12%13.33%-
HSV(B)48º61.22%19.22%-
XYZ2.252.430.97-
YUV42.06114.99132.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=44.14%
G=38.74%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431900.120.610.814844.1213.33
Hex312B130C3D51302cd
Octal61532301475121605415
Binary110001101011100110110011110110100011100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312B13; }

 p { color: rgb(49,43,19); }

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

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

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

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

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

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

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