#312E0B

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

Shades of Maire #312E0B

Tints of Maire #312E0B

Color information

#312E0B (or 0x312E0B) is unknown color: approx Maire. HEX triplet: 31, 2E and 0B. RGB value is (49,46,11). Sum of RGB (Red+Green+Blue) = 49+46+11=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E0B is #CED1F4. Grayscale: #2B2B2B. Windows color (decimal): -13554165 or 732721. OLE color: 732721.

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

Color convert

RGB494611-
CMYK00.060.780.81
HSL55.26º63.33%11.76%-
HSV(B)55.26º77.55%19.22%-
XYZ2.32.630.7-
YUV42.91109.99132.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=46.23%
G=43.40%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49461100.060.780.8155.2663.3311.76
Hex312EB064E51373fc
Octal61561306116121677714
Binary11000110111010110110100111010100011101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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