#312B03

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

Shades of Maire #312B03

Tints of Maire #312B03

Color information

#312B03 (or 0x312B03) is unknown color: approx Maire. HEX triplet: 31, 2B and 03. RGB value is (49,43,3). Sum of RGB (Red+Green+Blue) = 49+43+3=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #312B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B03 is #CED4FC. Grayscale: #282828. Windows color (decimal): -13554941 or 207665. OLE color: 207665.

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

Color convert

RGB49433-
CMYK00.120.940.81
HSL52.17º88.46%10.2%-
HSV(B)52.17º93.88%19.22%-
XYZ2.152.390.43-
YUV40.23106.99134.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=51.58%
G=45.26%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943300.120.940.8152.1788.4610.2
Hex312B30C5E513458a
Octal615330141361216413012
Binary11000110101111011001011110101000111010010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,3); }

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

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

 a { background-color: rgb(49,43,3); }

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

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

 span { border-color: rgb(49,43,3); }

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