#312A04

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

Shades of Maire #312A04

Tints of Maire #312A04

Color information

#312A04 (or 0x312A04) is unknown color: approx Maire. HEX triplet: 31, 2A and 04. RGB value is (49,42,4). Sum of RGB (Red+Green+Blue) = 49+42+4=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A04 is #CED5FB. Grayscale: #272727. Windows color (decimal): -13555196 or 272945. OLE color: 272945.

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

Color convert

RGB49424-
CMYK00.140.920.81
HSL50.67º84.91%10.39%-
HSV(B)50.67º91.84%19.22%-
XYZ2.122.320.45-
YUV39.76107.82134.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=51.58%
G=44.21%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942400.140.920.8150.6784.9110.39
Hex312A40E5C513355a
Octal615240161341216312512
Binary110001101010100011101011100101000111001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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