#312B0A

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

Shades of Maire #312B0A

Tints of Maire #312B0A

Color information

#312B0A (or 0x312B0A) is unknown color: approx Maire. HEX triplet: 31, 2B and 0A. RGB value is (49,43,10). Sum of RGB (Red+Green+Blue) = 49+43+10=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B0A is #CED4F5. Grayscale: #292929. Windows color (decimal): -13554934 or 666417. OLE color: 666417.

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

Color convert

RGB494310-
CMYK00.120.800.81
HSL50.77º66.1%11.57%-
HSV(B)50.77º79.59%19.22%-
XYZ2.192.40.64-
YUV41.03110.49133.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=48.04%
G=42.16%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431000.120.800.8150.7766.111.57
Hex312BA0C50513342c
Octal6153120141201216310214
Binary1100011010111010011001010000101000111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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