#312601

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

Shades of Maire #312601

Tints of Maire #312601

Color information

#312601 (or 0x312601) is unknown color: approx Maire. HEX triplet: 31, 26 and 01. RGB value is (49,38,1). Sum of RGB (Red+Green+Blue) = 49+38+1=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312601 is #CED9FE. Grayscale: #252525. Windows color (decimal): -13556223 or 75313. OLE color: 75313.

HSL color Cylindrical-coordinate representation of color #312601: hue angle of 46.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #312601 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49381-
CMYK00.220.980.81
HSL46.25º96%9.8%-
HSV(B)46.25º97.96%19.22%-
XYZ1.972.040.32-
YUV37.07107.64136.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 38 (15.23% from 255) = 43.18%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=55.68%
G=43.18%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4938100.220.980.8146.25969.8
Hex3126101662512e60a
Octal614610261421215614012
Binary11000110011010101101100010101000110111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312601; }

 p { color: rgb(49,38,1); }

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

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

 a { background-color: rgb(49,38,1); }

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

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

 span { border-color: rgb(49,38,1); }

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