#312501

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

Shades of Maire #312501

Tints of Maire #312501

Color information

#312501 (or 0x312501) is unknown color: approx Maire. HEX triplet: 31, 25 and 01. RGB value is (49,37,1). Sum of RGB (Red+Green+Blue) = 49+37+1=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #312501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312501 is #CEDAFE. Grayscale: #242424. Windows color (decimal): -13556479 or 75057. OLE color: 75057.

HSL color Cylindrical-coordinate representation of color #312501: hue angle of 45º 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 #312501 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB49371-
CMYK00.240.980.81
HSL45º96%9.8%-
HSV(B)45º97.96%19.22%-
XYZ1.931.980.31-
YUV36.48107.98136.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=56.32%
G=42.53%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4937100.240.980.8145969.8
Hex3125101862512d60a
Octal614510301421215514012
Binary11000110010110110001100010101000110110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312501; }

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

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

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

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

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

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

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

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