#312513

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

Shades of Black Magic #312513

Tints of Black Magic #312513

Color information

#312513 (or 0x312513) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 13. RGB value is (49,37,19). Sum of RGB (Red+Green+Blue) = 49+37+19=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312513 is #CEDAEC. Grayscale: #262626. Windows color (decimal): -13556461 or 1254705. OLE color: 1254705.

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

Color convert

RGB493719-
CMYK00.240.610.81
HSL36º44.12%13.33%-
HSV(B)36º61.22%19.22%-
XYZ2.052.020.9-
YUV38.54116.98135.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 19 (7.81% from 255) = 18.10%
R=46.67%
G=35.24%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371900.240.610.813644.1213.33
Hex3125130183D51242cd
Octal61452303075121445415
Binary1100011001011001101100011110110100011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312513; }

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

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

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

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

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

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

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

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