#312C05

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

Shades of Maire #312C05

Tints of Maire #312C05

Color information

#312C05 (or 0x312C05) is unknown color: approx Maire. HEX triplet: 31, 2C and 05. RGB value is (49,44,5). Sum of RGB (Red+Green+Blue) = 49+44+5=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #312C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312C05 is #CED3FA. Grayscale: #292929. Windows color (decimal): -13554683 or 338993. OLE color: 338993.

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

Color convert

RGB49445-
CMYK00.100.900.81
HSL53.18º81.48%10.59%-
HSV(B)53.18º89.8%19.22%-
XYZ2.192.470.5-
YUV41.05107.66133.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=50%
G=44.90%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4944500.100.900.8153.1881.4810.59
Hex312C50A5A513551b
Octal615450121321216512113
Binary110001101100101010101011010101000111010110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,5); }

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

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

 a { background-color: rgb(49,44,5); }

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

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

 span { border-color: rgb(49,44,5); }

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