#312E07

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

Shades of Maire #312E07

Tints of Maire #312E07

Color information

#312E07 (or 0x312E07) is unknown color: approx Maire. HEX triplet: 31, 2E and 07. RGB value is (49,46,7). Sum of RGB (Red+Green+Blue) = 49+46+7=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E07 is #CED1F8. Grayscale: #2A2A2A. Windows color (decimal): -13554169 or 470577. OLE color: 470577.

HSL color Cylindrical-coordinate representation of color #312E07: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312E07 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB49467-
CMYK00.060.860.81
HSL55.71º75%10.98%-
HSV(B)55.71º85.71%19.22%-
XYZ2.282.620.59-
YUV42.45107.99132.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=48.04%
G=45.10%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4946700.060.860.8155.717510.98
Hex312E7065651384bb
Octal61567061261217011313
Binary11000110111011101101010110101000111100010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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