#312612

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

Shades of Black Magic #312612

Tints of Black Magic #312612

Color information

#312612 (or 0x312612) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 12. RGB value is (49,38,18). Sum of RGB (Red+Green+Blue) = 49+38+18=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312612 is #CED9ED. Grayscale: #272727. Windows color (decimal): -13556206 or 1189425. OLE color: 1189425.

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

Color convert

RGB493818-
CMYK00.220.630.81
HSL38.71º46.27%13.14%-
HSV(B)38.71º63.27%19.22%-
XYZ2.072.080.87-
YUV39.01116.14135.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 38 (15.23% from 255) = 36.19%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=46.67%
G=36.19%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49381800.220.630.8138.7146.2713.14
Hex3126120163F51272ed
Octal61462202677121475615
Binary1100011001101001001011011111110100011001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312612; }

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

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

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

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

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

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

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

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