#312512

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

Shades of Black Magic #312512

Tints of Black Magic #312512

Color information

#312512 (or 0x312512) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 12. RGB value is (49,37,18). Sum of RGB (Red+Green+Blue) = 49+37+18=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312512 is #CEDAED. Grayscale: #262626. Windows color (decimal): -13556462 or 1189169. OLE color: 1189169.

HSL color Cylindrical-coordinate representation of color #312512: hue angle of 36.77º 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 #312512 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB493718-
CMYK00.240.630.81
HSL36.77º46.27%13.14%-
HSV(B)36.77º63.27%19.22%-
XYZ2.042.020.85-
YUV38.42116.48135.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=47.12%
G=35.58%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371800.240.630.8136.7746.2713.14
Hex3125120183F51252ed
Octal61452203077121455615
Binary1100011001011001001100011111110100011001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312512; }

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

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

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

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

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

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

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

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