#312411

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

Shades of Black Magic #312411

Tints of Black Magic #312411

Color information

#312411 (or 0x312411) is unknown color: approx Black Magic. HEX triplet: 31, 24 and 11. RGB value is (49,36,17). Sum of RGB (Red+Green+Blue) = 49+36+17=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312411 is #CEDBEE. Grayscale: #252525. Windows color (decimal): -13556719 or 1123377. OLE color: 1123377.

HSL color Cylindrical-coordinate representation of color #312411: hue angle of 35.63º 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 #312411 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB493617-
CMYK00.270.650.81
HSL35.63º48.48%12.94%-
HSV(B)35.63º65.31%19.22%-
XYZ21.960.8-
YUV37.72116.31136.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=48.04%
G=35.29%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361700.270.650.8135.6348.4812.94
Hex31241101B41512430d
Octal614421033101121446015
Binary11000110010010001011011100000110100011001001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312411; }

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

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

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

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

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

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

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

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