#312B08

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

Shades of Maire #312B08

Tints of Maire #312B08

Color information

#312B08 (or 0x312B08) is unknown color: approx Maire. HEX triplet: 31, 2B and 08. RGB value is (49,43,8). Sum of RGB (Red+Green+Blue) = 49+43+8=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #312B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B08 is #CED4F7. Grayscale: #282828. Windows color (decimal): -13554936 or 535345. OLE color: 535345.

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

Color convert

RGB49438-
CMYK00.120.840.81
HSL51.22º71.93%11.18%-
HSV(B)51.22º83.67%19.22%-
XYZ2.172.40.58-
YUV40.8109.49133.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 43 (17.19% from 255) = 43%
BLUE value IS 8 (3.52% from 255) = 8%
R=49%
G=43%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943800.120.840.8151.2271.9311.18
Hex312B80C54513348b
Octal6153100141241216311013
Binary1100011010111000011001010100101000111001110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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