#312F01

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

Shades of Maire #312F01

Tints of Maire #312F01

Color information

#312F01 (or 0x312F01) is unknown color: approx Maire. HEX triplet: 31, 2F and 01. RGB value is (49,47,1). Sum of RGB (Red+Green+Blue) = 49+47+1=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #312F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F01 is #CED0FE. Grayscale: #2A2A2A. Windows color (decimal): -13553919 or 77617. OLE color: 77617.

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

Color convert

RGB49471-
CMYK00.040.980.81
HSL57.5º96%9.8%-
HSV(B)57.5º97.96%19.22%-
XYZ2.292.690.43-
YUV42.35104.66132.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=50.52%
G=48.45%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4947100.040.980.8157.5969.8
Hex312F10462513a60a
Octal61571041421217214012
Binary110001101111101001100010101000111101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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