#312511

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

Shades of Black Magic #312511

Tints of Black Magic #312511

Color information

#312511 (or 0x312511) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 11. RGB value is (49,37,17). Sum of RGB (Red+Green+Blue) = 49+37+17=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312511 is #CEDAEE. Grayscale: #262626. Windows color (decimal): -13556463 or 1123633. OLE color: 1123633.

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

Color convert

RGB493717-
CMYK00.240.650.81
HSL37.5º48.48%12.94%-
HSV(B)37.5º65.31%19.22%-
XYZ2.032.020.81-
YUV38.31115.98135.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=47.57%
G=35.92%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49371700.240.650.8137.548.4812.94
Hex31251101841512630d
Octal614521030101121466015
Binary11000110010110001011000100000110100011001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312511; }

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

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

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

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

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

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

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

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