#312F04

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

Shades of Maire #312F04

Tints of Maire #312F04

Color information

#312F04 (or 0x312F04) is unknown color: approx Maire. HEX triplet: 31, 2F and 04. RGB value is (49,47,4). Sum of RGB (Red+Green+Blue) = 49+47+4=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F04 is #CED0FB. Grayscale: #2A2A2A. Windows color (decimal): -13553916 or 274225. OLE color: 274225.

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

Color convert

RGB49474-
CMYK00.040.920.81
HSL57.33º84.91%10.39%-
HSV(B)57.33º91.84%19.22%-
XYZ2.312.690.51-
YUV42.7106.16132.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 4 (1.95% from 255) = 4%
R=49%
G=47%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4947400.040.920.8157.3384.9110.39
Hex312F4045C513955a
Octal61574041341217112512
Binary11000110111110001001011100101000111100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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