#312D04

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

Shades of Maire #312D04

Tints of Maire #312D04

Color information

#312D04 (or 0x312D04) is unknown color: approx Maire. HEX triplet: 31, 2D and 04. RGB value is (49,45,4). Sum of RGB (Red+Green+Blue) = 49+45+4=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #312D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312D04 is #CED2FB. Grayscale: #292929. Windows color (decimal): -13554428 or 273713. OLE color: 273713.

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

Color convert

RGB49454-
CMYK00.080.920.81
HSL54.67º84.91%10.39%-
HSV(B)54.67º91.84%19.22%-
XYZ2.232.540.49-
YUV41.52106.83133.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=50%
G=45.92%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4945400.080.920.8154.6784.9110.39
Hex312D4085C513755a
Octal615540101341216712512
Binary110001101101100010001011100101000111011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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