#312C1E

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

Shades of Black Magic #312C1E

Tints of Black Magic #312C1E

Color information

#312C1E (or 0x312C1E) is unknown color: approx Black Magic. HEX triplet: 31, 2C and 1E. RGB value is (49,44,30). Sum of RGB (Red+Green+Blue) = 49+44+30=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1E is #CED3E1. Grayscale: #2B2B2B. Windows color (decimal): -13554658 or 1977393. OLE color: 1977393.

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

Color convert

RGB494430-
CMYK00.100.390.81
HSL44.21º24.05%15.49%-
HSV(B)44.21º38.78%19.22%-
XYZ2.42.551.59-
YUV43.9120.16131.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=39.84%
G=35.77%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49443000.100.390.8144.2124.0515.49
Hex312C1E0A27512c18f
Octal61543601247121543017
Binary11000110110011110010101001111010001101100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,30); }

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

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

 a { background-color: rgb(49,44,30); }

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

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

 span { border-color: rgb(49,44,30); }

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