#312B05

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

Shades of Maire #312B05

Tints of Maire #312B05

Color information

#312B05 (or 0x312B05) is unknown color: approx Maire. HEX triplet: 31, 2B and 05. RGB value is (49,43,5). Sum of RGB (Red+Green+Blue) = 49+43+5=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B05 is #CED4FA. Grayscale: #282828. Windows color (decimal): -13554939 or 338737. OLE color: 338737.

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

Color convert

RGB49435-
CMYK00.120.900.81
HSL51.82º81.48%10.59%-
HSV(B)51.82º89.8%19.22%-
XYZ2.162.390.49-
YUV40.46107.99134.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 43 (17.19% from 255) = 44.33%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=50.52%
G=44.33%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943500.120.900.8151.8281.4810.59
Hex312B50C5A513451b
Octal615350141321216412113
Binary110001101011101011001011010101000111010010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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