#312715

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

Shades of Black Magic #312715

Tints of Black Magic #312715

Color information

#312715 (or 0x312715) is unknown color: approx Black Magic. HEX triplet: 31, 27 and 15. RGB value is (49,39,21). Sum of RGB (Red+Green+Blue) = 49+39+21=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312715 is #CED8EA. Grayscale: #282828. Windows color (decimal): -13555947 or 1386289. OLE color: 1386289.

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

Color convert

RGB493921-
CMYK00.200.570.81
HSL38.57º40%13.73%-
HSV(B)38.57º57.14%19.22%-
XYZ2.132.161.01-
YUV39.94117.31134.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=44.95%
G=35.78%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49392100.200.570.8138.574013.73
Hex31271501439512728e
Octal61472502471121475016
Binary1100011001111010101010011100110100011001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312715; }

 p { color: rgb(49,39,21); }

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

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

 a { background-color: rgb(49,39,21); }

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

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

 span { border-color: rgb(49,39,21); }

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