#312400

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

Shades of Maire #312400

Tints of Maire #312400

Color information

#312400 (or 0x312400) is unknown color: approx Maire. HEX triplet: 31, 24 and 00. RGB value is (49,36,0). Sum of RGB (Red+Green+Blue) = 49+36+0=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #312400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312400 is #CEDBFF. Grayscale: #232323. Windows color (decimal): -13556736 or 9265. OLE color: 9265.

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

Color convert

RGB49360-
CMYK00.2710.81
HSL44.08º100%9.61%-
HSV(B)44.08º100%19.22%-
XYZ1.91.910.27-
YUV35.78107.81137.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.65%
G=42.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4936000.2710.8144.081009.61
Hex3124001B64512c64a
Octal614400331441215414412
Binary11000110010000110111100100101000110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312400; }

 p { color: rgb(49,36,0); }

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

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

 a { background-color: rgb(49,36,0); }

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

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

 span { border-color: rgb(49,36,0); }

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