#312F19

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

Shades of Maire #312F19

Tints of Maire #312F19

Color information

#312F19 (or 0x312F19) is unknown color: approx Maire. HEX triplet: 31, 2F and 19. RGB value is (49,47,25). Sum of RGB (Red+Green+Blue) = 49+47+25=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F19 is #CED0E6. Grayscale: #2D2D2D. Windows color (decimal): -13553895 or 1650481. OLE color: 1650481.

HSL color Cylindrical-coordinate representation of color #312F19: hue angle of 55º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312F19 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB494725-
CMYK00.040.490.81
HSL55º32.43%14.51%-
HSV(B)55º48.98%19.22%-
XYZ2.462.761.32-
YUV45.09116.66130.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=40.50%
G=38.84%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49472500.040.490.815532.4314.51
Hex312F190431513720f
Octal6157310461121674017
Binary11000110111111001010011000110100011101111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,47,25); }

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

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

 a { background-color: rgb(49,47,25); }

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

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

 span { border-color: rgb(49,47,25); }

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