#312712

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

Shades of Black Magic #312712

Tints of Black Magic #312712

Color information

#312712 (or 0x312712) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 12. RGB value is (49,39,18). Sum of RGB (Red+Green+Blue) = 49+39+18=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312712 is #CED8ED. Grayscale: #272727. Windows color (decimal): -13555950 or 1189681. OLE color: 1189681.

HSL color Cylindrical-coordinate representation of color #312712: hue angle of 40.65º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312712 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB493918-
CMYK00.200.630.81
HSL40.65º46.27%13.14%-
HSV(B)40.65º63.27%19.22%-
XYZ2.12.150.88-
YUV39.6115.81134.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=46.23%
G=36.79%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49391800.200.630.8140.6546.2713.14
Hex3127120143F51292ed
Octal61472202477121515615
Binary1100011001111001001010011111110100011010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312712; }

 p { color: rgb(49,39,18); }

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

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

 a { background-color: rgb(49,39,18); }

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

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

 span { border-color: rgb(49,39,18); }

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