#312C0B

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

Shades of Maire #312C0B

Tints of Maire #312C0B

Color information

#312C0B (or 0x312C0B) is unknown color: approx Maire. HEX triplet: 31, 2C and 0B. RGB value is (49,44,11). Sum of RGB (Red+Green+Blue) = 49+44+11=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C0B is #CED3F4. Grayscale: #292929. Windows color (decimal): -13554677 or 732209. OLE color: 732209.

HSL color Cylindrical-coordinate representation of color #312C0B: hue angle of 52.11º 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 #312C0B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB494411-
CMYK00.100.780.81
HSL52.11º63.33%11.76%-
HSV(B)52.11º77.55%19.22%-
XYZ2.232.480.68-
YUV41.73110.66133.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 44 (17.58% from 255) = 42.31%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=47.12%
G=42.31%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49441100.100.780.8152.1163.3311.76
Hex312CB0A4E51343fc
Octal615413012116121647714
Binary110001101100101101010100111010100011101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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