#312B0B

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

Shades of Maire #312B0B

Tints of Maire #312B0B

Color information

#312B0B (or 0x312B0B) is unknown color: approx Maire. HEX triplet: 31, 2B and 0B. RGB value is (49,43,11). Sum of RGB (Red+Green+Blue) = 49+43+11=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B0B is #CED4F4. Grayscale: #292929. Windows color (decimal): -13554933 or 731953. OLE color: 731953.

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

Color convert

RGB494311-
CMYK00.120.780.81
HSL50.53º63.33%11.76%-
HSV(B)50.53º77.55%19.22%-
XYZ2.192.40.67-
YUV41.15110.99133.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=47.57%
G=41.75%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49431100.120.780.8150.5363.3311.76
Hex312BB0C4E51333fc
Octal615313014116121637714
Binary110001101011101101100100111010100011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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