#312B1A

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

Shades of Black Magic #312B1A

Tints of Black Magic #312B1A

Color information

#312B1A (or 0x312B1A) is unknown color: approx Black Magic. HEX triplet: 31, 2B and 1A. RGB value is (49,43,26). Sum of RGB (Red+Green+Blue) = 49+43+26=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B1A is #CED4E5. Grayscale: #2A2A2A. Windows color (decimal): -13554918 or 1714993. OLE color: 1714993.

HSL color Cylindrical-coordinate representation of color #312B1A: hue angle of 44.35º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #312B1A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB494326-
CMYK00.120.470.81
HSL44.35º30.67%14.71%-
HSV(B)44.35º46.94%19.22%-
XYZ2.322.461.33-
YUV42.86118.49132.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 43 (17.19% from 255) = 36.44%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=41.53%
G=36.44%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49432600.120.470.8144.3530.6714.71
Hex312B1A0C2F512c1ff
Octal61533201457121543717
Binary11000110101111010011001011111010001101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,26); }

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

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

 a { background-color: rgb(49,43,26); }

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

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

 span { border-color: rgb(49,43,26); }

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