#312B24

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

Shades of Black Magic #312B24

Tints of Black Magic #312B24

Color information

#312B24 (or 0x312B24) is unknown color: approx Black Magic. HEX triplet: 31, 2B and 24. RGB value is (49,43,36). Sum of RGB (Red+Green+Blue) = 49+43+36=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B24 is #CED4DB. Grayscale: #2C2C2C. Windows color (decimal): -13554908 or 2370353. OLE color: 2370353.

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

Color convert

RGB494336-
CMYK00.120.270.81
HSL32.31º15.29%16.67%-
HSV(B)32.31º26.53%19.22%-
XYZ2.452.512.02-
YUV44123.49131.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=38.28%
G=33.59%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49433600.120.270.8132.3115.2916.67
Hex312B240C1B5120f11
Octal61534401433121401721
Binary11000110101110010001100110111010001100000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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