#312510

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

Shades of Black Magic #312510

Tints of Black Magic #312510

Color information

#312510 (or 0x312510) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 10. RGB value is (49,37,16). Sum of RGB (Red+Green+Blue) = 49+37+16=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312510 is #CEDAEF. Grayscale: #262626. Windows color (decimal): -13556464 or 1058097. OLE color: 1058097.

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

Color convert

RGB493716-
CMYK00.240.670.81
HSL38.18º50.77%12.75%-
HSV(B)38.18º67.35%19.22%-
XYZ2.022.010.77-
YUV38.19115.48135.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=48.04%
G=36.27%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371600.240.670.8138.1850.7712.75
Hex31251001843512633d
Octal614520030103121466315
Binary11000110010110000011000100001110100011001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312510; }

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

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

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

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

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

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

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

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