#312412

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

Shades of Black Magic #312412

Tints of Black Magic #312412

Color information

#312412 (or 0x312412) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 12. RGB value is (49,36,18). Sum of RGB (Red+Green+Blue) = 49+36+18=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312412 is #CEDBED. Grayscale: #252525. Windows color (decimal): -13556718 or 1188913. OLE color: 1188913.

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

Color convert

RGB493618-
CMYK00.270.630.81
HSL34.84º46.27%13.14%-
HSV(B)34.84º63.27%19.22%-
XYZ2.011.960.84-
YUV37.84116.81135.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=47.57%
G=34.95%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361800.270.630.8134.8446.2713.14
Hex31241201B3F51232ed
Octal61442203377121435615
Binary1100011001001001001101111111110100011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312412; }

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

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

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

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

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

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

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

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