#312D26

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

Shades of Black Magic #312D26

Tints of Black Magic #312D26

Color information

#312D26 (or 0x312D26) is unknown color: approx Black Magic. HEX triplet: 31, 2D and 26. RGB value is (49,45,38). Sum of RGB (Red+Green+Blue) = 49+45+38=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D26 is #CED2D9. Grayscale: #2D2D2D. Windows color (decimal): -13554394 or 2501937. OLE color: 2501937.

HSL color Cylindrical-coordinate representation of color #312D26: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312D26 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB494538-
CMYK00.080.220.81
HSL38.18º12.64%17.06%-
HSV(B)38.18º22.45%19.22%-
XYZ2.552.672.21-
YUV45.4123.83130.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=37.12%
G=34.09%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49453800.080.220.8138.1812.6417.06
Hex312D2608165126d11
Octal61554601026121461521
Binary11000110110110011001000101101010001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312D26; }

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

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

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

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

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

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

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

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