#312B09

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

Shades of Maire #312B09

Tints of Maire #312B09

Color information

#312B09 (or 0x312B09) is unknown color: approx Maire. HEX triplet: 31, 2B and 09. RGB value is (49,43,9). Sum of RGB (Red+Green+Blue) = 49+43+9=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 43 (17.19% from 255 or 42.57% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B09 is #CED4F6. Grayscale: #292929. Windows color (decimal): -13554935 or 600881. OLE color: 600881.

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

Color convert

RGB49439-
CMYK00.120.820.81
HSL51º68.97%11.37%-
HSV(B)51º81.63%19.22%-
XYZ2.182.40.61-
YUV40.92109.99133.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 43 (17.19% from 255) = 42.57%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=48.51%
G=42.57%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4943900.120.820.815168.9711.37
Hex312B90C52513345b
Octal6153110141221216310513
Binary1100011010111001011001010010101000111001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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