#312514

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

Shades of Black Magic #312514

Tints of Black Magic #312514

Color information

#312514 (or 0x312514) is unknown color: approx Black Magic. HEX triplet: 31, 25 and 14. RGB value is (49,37,20). Sum of RGB (Red+Green+Blue) = 49+37+20=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312514 is #CEDAEB. Grayscale: #262626. Windows color (decimal): -13556460 or 1320241. OLE color: 1320241.

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

Color convert

RGB493720-
CMYK00.240.590.81
HSL35.17º42.03%13.53%-
HSV(B)35.17º59.18%19.22%-
XYZ2.052.030.94-
YUV38.65117.48135.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=46.23%
G=34.91%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49372000.240.590.8135.1742.0313.53
Hex3125140183B51232ae
Octal61452403073121435216
Binary1100011001011010001100011101110100011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312514; }

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

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

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

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

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

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

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

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