#312611

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

Shades of Black Magic #312611

Tints of Black Magic #312611

Color information

#312611 (or 0x312611) is unknown color: approx Black Magic. HEX triplet: 31, 26 and 11. RGB value is (49,38,17). Sum of RGB (Red+Green+Blue) = 49+38+17=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312611 is #CED9EE. Grayscale: #262626. Windows color (decimal): -13556207 or 1123889. OLE color: 1123889.

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

Color convert

RGB493817-
CMYK00.220.650.81
HSL39.38º48.48%12.94%-
HSV(B)39.38º65.31%19.22%-
XYZ2.062.080.82-
YUV38.89115.64135.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=47.12%
G=36.54%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49381700.220.650.8139.3848.4812.94
Hex31261101641512730d
Octal614621026101121476015
Binary11000110011010001010110100000110100011001111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312611; }

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

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

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

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

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

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

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

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